Skip to content

Commit 05b2cc8

Browse files
committed
tmp
Signed-off-by: Ziad Mostafa <[email protected]>
1 parent 0549df2 commit 05b2cc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -679,13 +679,11 @@ jobs:
679679

680680
sanitizers:
681681
needs: [preflight-check]
682-
# needs: [preflight-check, static-code-analysis, cargo-nextest]
683682
# needs: [preflight-check, static-code-analysis, cargo-nextest]
684683
if: ${{ needs.changes.outputs.source-code == 'true' }}
685684
strategy:
686685
matrix:
687-
os: [ubuntu-latest] # disable macos for now, due to this error in CI error: "/Users/runner/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library/Cargo.lock" does not exist, unable to build with the standard library, try:
688-
# rustup component add rust-src --toolchain nightly-aarch64-apple-darwin
686+
os: [ubuntu-latest, macos-latest]
689687
toolchain: [nightly] # Rust sanitizers require nightly
690688
sanitizer: ["address", "ub", "address;ub", "thread"]
691689
exclude:

0 commit comments

Comments
 (0)