Skip to content

Commit

Permalink
Use clang instead of gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
henkkuli committed Nov 15, 2023
1 parent 6cdec86 commit 1e86bc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- address
- memory
env:
RUSTC_BOOTSTRAP: 1
RUSTC_BOOTSTRAP: "1"
CXX: "clang++"
CXXFLAGS: "-fsanitize=${{ matrix.sanitizer }} -g"
RUSTFLAGS: "-Zsanitizer=${{ matrix.sanitizer }}"
RUSTDOCFLAGS: "-Zsanitizer=${{ matrix.sanitizer }}"
Expand Down

0 comments on commit 1e86bc8

Please sign in to comment.