File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,11 @@ strategy:
1919 VPYTHON : pyenv/bin/python
2020 Linux i686 GCC :
2121 VM_IMAGE : ' ubuntu-22.04'
22+ APT_ARCHITECTURE : i386
2223 SDK_PLATFORM : linux-amd64
23- APT_PACKAGES : g++-i686-linux-gnu
24+ APT_PACKAGES : g++-i686-linux-gnu libc6:i386
2425 SCONS_BUILD_ARGS : platform=x86-32 --mode=opt-host,nacl --no-clang werror=0
26+ SCONS_TESTS : small_tests medium_tests large_tests
2527 VPYTHON : pyenv/bin/python
2628 Linux armhf GCC :
2729 # There is an IO bug in qemu-arm from ubuntu-22.04.
9294 if [ "$(SDK_PLATFORM)" = "arm-xxx" ]; then
9395 sdk_url='https://dl.illwieckz.net/b/saigo/preview/saigo_newlib_20241119.txz'
9496 else
95- sdk_url='https://github.com/DaemonEngine/saigo-nacl-sdk/releases/download/v21.0-20260805 /saigosdk-$(SDK_PLATFORM)_21.0-20260805.tar.xz'
97+ sdk_url='https://github.com/DaemonEngine/saigo-nacl-sdk/releases/download/v20260805 /saigosdk-$(SDK_PLATFORM)_21.0-20260805.tar.xz'
9698 fi
9799 CURL "$sdk_url" -o sdk.tar.xz
98100 tar -xJf sdk.tar.xz
You can’t perform that action at this time.
0 commit comments