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 12:24:09 +0000 (UTC) [thread overview]
Message-ID: <1644150242.da7641278eb4633f66ceca9c94c14056dfe5792f.grobian@gentoo> (raw)
commit: da7641278eb4633f66ceca9c94c14056dfe5792f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 6 12:24:02 2022 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Feb 6 12:24:02 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=da764127
.github: fix yaml syntax
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
.github/workflows/build-test-ci.yml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml
index 641a5ec..228a9da 100644
--- a/.github/workflows/build-test-ci.yml
+++ b/.github/workflows/build-test-ci.yml
@@ -37,13 +37,13 @@ jobs:
- name: install deps
run: >
sudo apt-get install -y
- libgpgme-dev gnupg2 liblz4-tool lzop zstd lzip brotli libb2-dev
+ libgpgme-dev gnupg2 liblz4-tool lzop zstd lzip brotli libb2-dev
- uses: actions/checkout@v2
- name: configure variant ${{ matrix.features }}
run: >
./configure
- --disable-maintainer-mode --disable-openmp
- ${{ matrix.features }}
+ --disable-maintainer-mode --disable-openmp
+ ${{ matrix.features }}
- name: make variant ${{ matrix.features }}
run: make CFLAGS="-O3 -Wall -Werror -Wshadow -pipe" V=1 check
@@ -74,8 +74,8 @@ jobs:
# - name: configure
# run: >
# ./configure
-# --disable-maintainer-mode --disable-openmp
-# --enable-qmanifest --enable-qtegrity
+# --disable-maintainer-mode --disable-openmp
+# --enable-qmanifest --enable-qtegrity
# - uses: vapier/coverity-scan-action@v1
# with:
# email: ${{ secrets.COVERITY_SCAN_EMAIL }}
@@ -87,13 +87,13 @@ jobs:
- name: install deps
run: >
sudo apt-get install -y
- libgpgme-dev gnupg2 liblz4-tool lzop zstd lzip brotli libb2-dev
- valgrind
+ libgpgme-dev gnupg2 liblz4-tool lzop zstd lzip brotli libb2-dev
+ valgrind
- uses: actions/checkout@v2
- name: configure
run: >
./configure
- --disable-maintainer-mode --disable-openmp
- --enable-qmanifest --enable-qtegrity
+ --disable-maintainer-mode --disable-openmp
+ --enable-qmanifest --enable-qtegrity
- name: make
run: make CFLAGS="-g -pipe" Q_RUN_WITH_VALGRIND=1 V=1 check
next reply other threads:[~2022-02-06 12:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-06 12:24 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-06 15:38 [gentoo-commits] proj/portage-utils:master commit in: .github/workflows/ Fabian Groffen
2022-02-06 15:32 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: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=1644150242.da7641278eb4633f66ceca9c94c14056dfe5792f.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