Skip to content

Commit

Permalink
CI: use gcc for ASAN jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenhouse committed Mar 23, 2023
1 parent 9037ebe commit 89f09b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
#! Commits to covered branches will build and test
- #@ job_test("clang", b, is_debug=True)
- #@ job_test("gcc", b, is_debug=True)
- #@ job_test("clang", b, sanitize="asan")
- #@ job_test("gcc", b, sanitize="asan")
- #@ job_test("clang", b, sanitize="msan")

#! Nightly jobs which take too long to run per-PR
Expand All @@ -135,7 +135,7 @@ jobs:
- #@ job_pr_check("debug-clang", b, sequence_pr_test("clang"), depends_on=stage_one, description="debug build and test")
- #@ job_pr_check("debug-gcc", b, sequence_pr_test("gcc"), depends_on=stage_one, description="debug build and test")

- #@ job_pr_check("asan", b, sequence_pr_test("clang", sanitize="asan", is_debug=False), depends_on=stage_one, description="asan build and test")
- #@ job_pr_check("asan", b, sequence_pr_test("gcc", sanitize="asan", is_debug=False), depends_on=stage_one, description="asan build and test")
- #@ job_pr_check("msan", b, sequence_pr_test("clang", sanitize="msan", is_debug=False), depends_on=stage_one, description="msan build and test")

#@ end #! for loop over branches
Expand All @@ -153,7 +153,7 @@ groups:
#@ end
- #@ b + "-debug-clang"
- #@ b + "-debug-gcc"
- #@ b + "-asan-clang"
- #@ b + "-asan-gcc"
- #@ b + "-msan-clang"

- name: #@ b + "_pull_requests"
Expand Down

0 comments on commit 89f09b3

Please sign in to comment.