File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -96,25 +96,28 @@ jobs:
9696 # cargo install fortanix-sgx-tools sgxs-tools -q
9797 # sudo snap install zig --classic --beta
9898
99+ cargo b -q --profile src -Zbuild-std=std,panic_abort -Zbuild-std-features=optimize_for_size,backtrace --target aarch64-unknown-fuchsia
100+ exit
99101 targets=(
100102 aarch64-unknown-hermit
101103 riscv64gc-unknown-hermit
102104 x86_64-unknown-hermit
103105 )
106+
104107 mv .cargo/config.toml .cargo/config.toml.bak
105108 mv .cargo/hermit.toml .cargo/config.toml
106109 for target in ${targets[@]}; do
107110 time cargo s $target
108111 done
112+ mv .cargo/config.toml .cargo/hermit.toml
113+ mv .cargo/config.toml.bak .cargo/config.toml
109114
110115 targets=(
111116 x86_64-fortanix-unknown-sgx
112117 aarch64-unknown-fuchsia
113118 riscv64gc-unknown-fuchsia
114119 x86_64-unknown-fuchsia
115120 )
116- mv .cargo/config.toml .cargo/hermit.toml
117- mv .cargo/config.toml.bak .cargo/config.toml
118121 for target in ${targets[@]}; do
119122 time cargo s $target
120123 done
You can’t perform that action at this time.
0 commit comments