Set wasm32_unknown_unknown compiler in test-various

This commit is contained in:
Nikita Popov 2024-02-08 16:12:50 +01:00
parent 1ea7db8a54
commit 41a9cd4810
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ ENV WASM_SCRIPT python3 /checkout/x.py --stage 2 test --host='' --target $WASM_T
tests/codegen \
tests/assembly \
library/core
ENV CC_wasm32_unknown_unknown=clang-11
ENV NVPTX_TARGETS=nvptx64-nvidia-cuda
ENV NVPTX_SCRIPT python3 /checkout/x.py --stage 2 test --host='' --target $NVPTX_TARGETS \