We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe09128 commit 26a0890Copy full SHA for 26a0890
.bazelrc
@@ -1,4 +1,6 @@
1
build --enable_platform_specific_config
2
+build --action_env=CC=clang
3
+build --action_env=CXX=clnag++
4
5
build:linux --cxxopt=-std=c++17
6
# See https://bytecodealliance.github.io/wasmtime/c-api/
.github/workflows/cpp.yml
@@ -69,7 +69,7 @@ jobs:
69
uses: actions/cache@v1
70
with:
71
path: "/home/runner/.cache/bazel"
72
- key: bazel-${{ matrix.runtime }}-
+ key: bazel-${{ matrix.runtime }}-clang
73
74
- name: Test
75
run: |
0 commit comments