From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pax-utils:master commit in: .github/workflows/
Date: Fri, 6 Jan 2023 06:55:13 +0000 (UTC) [thread overview]
Message-ID: <1672988104.654de6dd526dc660faadee393f9de7bfc049c23f.sam@gentoo> (raw)
commit: 654de6dd526dc660faadee393f9de7bfc049c23f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 6 06:43:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 6 06:55:04 2023 +0000
URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=654de6dd
CI: Add ASAN, UBSAN to CI
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/build-test-ci.yml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml
index 52c0ee1..18c13f0 100644
--- a/.github/workflows/build-test-ci.yml
+++ b/.github/workflows/build-test-ci.yml
@@ -3,12 +3,7 @@
name: Build+Test CI
-on:
- push:
- branches: [master, gh-actions]
- tags: [v*]
- pull_request:
- types: [created, opened, edited]
+on: [pull_request, push]
jobs:
make:
@@ -17,11 +12,13 @@ jobs:
os: [ubuntu-latest]
cc: [gcc, clang]
bb: [meson, muon]
+ sanitizer: [none, address, undefined]
fail-fast: false
runs-on: ${{ matrix.os }}
env:
CC: ${{ matrix.cc }}
BB: ${{ matrix.bb }}
+ SANITIZER: ${{ matrix.sanitizer }}
steps:
- name: Install dependencies
run: |
@@ -53,6 +50,7 @@ jobs:
-Dbuild_manpages=disabled \
-Dtests=true \
-Duse_fuzzing=true \
+ -Db_sanitize="${SANITIZER}" \
build
ninja -C build
( cd build && "$BB" test; )
next reply other threads:[~2023-01-06 6:55 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-06 6:55 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-22 4:33 [gentoo-commits] proj/pax-utils:master commit in: .github/workflows/ Sam James
2024-01-25 12:13 Sam James
2024-01-16 5:13 Mike Frysinger
2024-01-02 18:03 Mike Frysinger
2024-01-02 16:51 Mike Frysinger
2024-01-02 16:51 Mike Frysinger
2024-01-02 16:36 Mike Frysinger
2023-12-14 21:28 Mike Frysinger
2023-01-29 3:48 Sam James
2022-11-02 0:40 Sam James
2022-11-02 0:38 Sam James
2022-03-24 15:42 Sam James
2022-02-06 1:27 Mike Frysinger
2021-10-05 3:45 Mike Frysinger
2021-10-05 3:33 Mike Frysinger
2021-10-05 3:20 Mike Frysinger
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=1672988104.654de6dd526dc660faadee393f9de7bfc049c23f.sam@gentoo \
--to=sam@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