Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c49c586

Browse files
committed
fix(ci): build non-wasip wasm targets with clang
1 parent f624850 commit c49c586

File tree

1 file changed

+4
-0
lines changed
  • src/ci/docker/host-x86_64/dist-various-2

1 file changed

+4
-0
lines changed

src/ci/docker/host-x86_64/dist-various-2/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ ENV \
6565
CXX_i686_unknown_uefi=clang++-11 \
6666
CC_x86_64_unknown_uefi=clang-11 \
6767
CXX_x86_64_unknown_uefi=clang++-11 \
68+
CC_wasm32_unknown_unknown=clang-11 \
69+
CXX_wasm32_unknown_unknown=clang++-11 \
70+
CC_wasm32v1_none=clang-11 \
71+
CXX_wasm32v1_none=clang++-11 \
6872
CC=gcc-9 \
6973
CXX=g++-9
7074

0 commit comments

Comments
 (0)