Skip to content

Commit ebbb847

Browse files
committed
[#957] Disable macos build for sanitizers
Signed-off-by: Ziad Mostafa <[email protected]>
1 parent dd20812 commit ebbb847

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,8 @@ jobs:
684684
if: ${{ needs.changes.outputs.source-code == 'true' }}
685685
strategy:
686686
matrix:
687-
os: [ubuntu-latest, macos-latest]
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
688689
toolchain: [nightly] # Rust sanitizers require nightly
689690
sanitizer: ["address", "ub", "address;ub", "thread"]
690691
exclude:

0 commit comments

Comments
 (0)