Skip to content

Commit 26a0890

Browse files
committed
Use clang.
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
1 parent fe09128 commit 26a0890

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.bazelrc

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
build --enable_platform_specific_config
2+
build --action_env=CC=clang
3+
build --action_env=CXX=clnag++
24

35
build:linux --cxxopt=-std=c++17
46
# See https://bytecodealliance.github.io/wasmtime/c-api/

.github/workflows/cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/cache@v1
7070
with:
7171
path: "/home/runner/.cache/bazel"
72-
key: bazel-${{ matrix.runtime }}-
72+
key: bazel-${{ matrix.runtime }}-clang
7373

7474
- name: Test
7575
run: |

0 commit comments

Comments
 (0)