File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ qemu_riscv64="qemu-riscv64 -L /usr/riscv64-linux-gnu"
3333qemu_s390x=" qemu-s390x -L /usr/s390x-linux-gnu"
3434qemu_sparc64=" qemu-sparc64 -L /usr/sparc64-linux-gnu"
3535qemu_x86=" qemu-i386"
36- qemu_x86_64=" qemu-x86_64"
36+ qemu_x86_64=" $PWD /target/tools/linux-x86_64/qemu/bin/ qemu-x86_64"
3737
3838# Avoid putting the Android tools in `$PATH` because there are tools in this
3939# directory like `clang` that would conflict with the same-named tools that may
Original file line number Diff line number Diff line change @@ -203,7 +203,11 @@ wasm32-wasi|wasm32-wasip1|wasm32-wasip2)
203203 ;;
204204x86_64-unknown-linux-gnu)
205205 if [ -n " ${RING_CPU_MODEL-} " ]; then
206- install_packages qemu-user
206+ git clone \
207+ --branch linux-x86_64 \
208+ --depth 1 \
209+ https://github.com/briansmith/ring-toolchain \
210+ target/tools/linux-x86_64
207211 fi
208212 ;;
209213* )
You can’t perform that action at this time.
0 commit comments