Skip to content

Commit

Permalink
chore(IDX): bump cc-rs
Browse files Browse the repository at this point in the history
This bumps the version of the `cc` crate. This version includes a
[fix](rust-lang/cc-rs#1270) for build
reproducibility, meaning we can drop our patch.
  • Loading branch information
nmattia committed Jan 17, 2025
1 parent 4d62ba7 commit 0682503
Show file tree
Hide file tree
Showing 7 changed files with 220 additions and 193 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-namespace-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
# Build and test, excluding 'upload' jobs that are not required on macOS (used in reproducibility tests)
- name: Test
run: |
# Until we have a hermetic CC toolchain, tell bazel to use the "real" clang
# (instead of Apple's, which sometimes breaks on wasm32)
export CC=/opt/homebrew/opt/llvm/bin/clang
bazel \
--noworkspace_rc \
--bazelrc=./bazel/conf/.bazelrc.build --bazelrc=/tmp/bazel-cache.bazelrc \
Expand Down
Loading

0 comments on commit 0682503

Please sign in to comment.