From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage-utils:master commit in: .github/workflows/
Date: Sun, 6 Feb 2022 15:38:56 +0000 (UTC) [thread overview]
Message-ID: <1644161931.c6d843bd1ed50bf20d145c9101146f5cf561baa4.grobian@gentoo> (raw)
commit: c6d843bd1ed50bf20d145c9101146f5cf561baa4
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 6 15:38:51 2022 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Feb 6 15:38:51 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=c6d843bd
.github: disable macOS build, I give up for the day
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
.github/workflows/build-test-ci.yml | 65 +++++++++++++++++++------------------
1 file changed, 33 insertions(+), 32 deletions(-)
diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml
index d3d1ae2..8c6c54e 100644
--- a/.github/workflows/build-test-ci.yml
+++ b/.github/workflows/build-test-ci.yml
@@ -47,38 +47,39 @@ jobs:
- name: make variant ${{ matrix.features }}
run: make CFLAGS="-O3 -Wall -Wshadow -pipe" V=1 check
- make-check-macos-x64:
- strategy:
- matrix:
- os:
- - macos-latest
- cc:
- - clang
- runs-on: ${{ matrix.os }}
- env:
- CC: ${{ matrix.cc }}
- steps:
- - name: install deps
- run: brew install gpgme gnupg gnu-sed coreutils bash openssl
- - name: add homebrew utils to PATH
- run: |
- echo "$(brew --prefix)/opt/coreutils/libexec/gnubin" >> $GITHUB_PATH
- echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
- echo "$(brew --prefix)/opt/openssl@3/bin" >> $GITHUB_PATH
- - name: add homebrew utils to ENV
- run: |
- echo 'LDFLAGS="-L'"$(brew --prefix)/opt/openssl@3/lib ${LDFLAGS}"'"' >> $GITHUB_ENV
- echo 'CPPFLAGS="-I'"$(brew --prefix)/opt/openssl@3/include ${CPPFLAGS}"'"' >> $GITHUB_ENV
- echo 'PKG_CONFIG_PATH="'"$(brew --prefix)/opt/openssl@3/lib/pkgconfig:${PKG_CONFIG_PATH}"'"' >> $GITHUB_ENV
- - uses: actions/checkout@v2
- - name: configure
- # we need to disable qmanifest for we cannot get b2sum and
- # coreutils installed at the same time :/
- run: >
- ./configure
- --disable-maintainer-mode --disable-openmp --disable-qmanifest
- - name: make
- run: make CFLAGS="-O3 -Wall -Wshadow -pipe" V=1 check
+# I'm too tired for now to make it work
+# make-check-macos-x64:
+# strategy:
+# matrix:
+# os:
+# - macos-latest
+# cc:
+# - clang
+# runs-on: ${{ matrix.os }}
+# env:
+# CC: ${{ matrix.cc }}
+# steps:
+# - name: install deps
+# run: brew install gpgme gnupg gnu-sed coreutils bash openssl
+# - name: add homebrew utils to PATH
+# run: |
+# echo "$(brew --prefix)/opt/coreutils/libexec/gnubin" >> $GITHUB_PATH
+# echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
+# echo "$(brew --prefix)/opt/openssl@3/bin" >> $GITHUB_PATH
+# - name: add homebrew utils to ENV
+# run: |
+# echo 'LDFLAGS="-L'"$(brew --prefix)/opt/openssl@3/lib ${LDFLAGS}"'"' >> $GITHUB_ENV
+# echo 'CPPFLAGS="-I'"$(brew --prefix)/opt/openssl@3/include ${CPPFLAGS}"'"' >> $GITHUB_ENV
+# echo 'PKG_CONFIG_PATH="'"$(brew --prefix)/opt/openssl@3/lib/pkgconfig:${PKG_CONFIG_PATH}"'"' >> $GITHUB_ENV
+# - uses: actions/checkout@v2
+# - name: configure
+# # we need to disable qmanifest for we cannot get b2sum and
+# # coreutils installed at the same time :/
+# run: >
+# ./configure
+# --disable-maintainer-mode --disable-openmp --disable-qmanifest
+# - name: make
+# run: make CFLAGS="-O3 -Wall -Wshadow -pipe" V=1 check
coverity:
runs-on: ubuntu-latest
next reply other threads:[~2022-02-06 15:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-06 15:38 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-06 15:32 [gentoo-commits] proj/portage-utils:master commit in: .github/workflows/ Fabian Groffen
2022-02-06 15:21 Fabian Groffen
2022-02-06 14:31 Fabian Groffen
2022-02-06 13:28 Fabian Groffen
2022-02-06 13:27 Fabian Groffen
2022-02-06 12:27 Fabian Groffen
2022-02-06 12:24 Fabian Groffen
2022-02-06 12:22 Fabian Groffen
2022-02-06 12:03 Fabian Groffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1644161931.c6d843bd1ed50bf20d145c9101146f5cf561baa4.grobian@gentoo \
--to=grobian@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox