Skip to content

Commit 8bc6f97

Browse files
authored
chore(IDX): bump cc-rs (#3501)
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.
1 parent a587858 commit 8bc6f97

7 files changed

+220
-193
lines changed

.github/workflows/test-namespace-darwin.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
# Build and test, excluding 'upload' jobs that are not required on macOS (used in reproducibility tests)
3333
- name: Test
3434
run: |
35+
# Until we have a hermetic CC toolchain, tell bazel to use the "real" clang
36+
# (instead of Apple's, which sometimes breaks on wasm32)
37+
export CC=/opt/homebrew/opt/llvm/bin/clang
3538
bazel \
3639
--noworkspace_rc \
3740
--bazelrc=./bazel/conf/.bazelrc.build --bazelrc=/tmp/bazel-cache.bazelrc \

0 commit comments

Comments
 (0)