Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test-namespace-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +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
# Setup zig-cache
mkdir -p /tmp/zig-cache
Comment thread
nmattia marked this conversation as resolved.

bazel \
--noworkspace_rc \
--bazelrc=./bazel/conf/.bazelrc.build --bazelrc=/tmp/bazel-cache.bazelrc \
Expand Down