File tree 1 file changed +1
-16
lines changed
1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 22
22
os : ubuntu-24.04
23
23
24
24
- artifact : arm64-linux
25
- os : ubuntu-24.04
25
+ os : ubuntu-24.04-arm
26
26
rust_target : aarch64-unknown-linux-gnu
27
- env :
28
- # Don't build a sysroot for this cross-compiled target since it
29
- # would require a host compiler and the sysroot is otherwise
30
- # already built on other CI builders.
31
- WASI_SDK_CI_SKIP_SYSROOT : 1
32
-
33
- WASI_SDK_CI_TOOLCHAIN_LLVM_CMAKE_ARGS : >-
34
- -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc
35
- -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++
36
- -DCMAKE_CROSSCOMPILING=True
37
- -DCMAKE_CXX_FLAGS=-march=armv8-a
38
- -DCMAKE_SYSTEM_PROCESSOR=arm64
39
- -DCMAKE_SYSTEM_NAME=Linux
40
- -DLLVM_HOST_TRIPLE=aarch64-linux-gnu
41
- -DRUST_TARGET=aarch64-unknown-linux-gnu
42
27
43
28
- artifact : arm64-macos
44
29
os : macos-14
You can’t perform that action at this time.
0 commit comments