Add linux-i686

Adds a true 32bit (i686) standalone toolchain
based off the ubuntu 16.04 32bit toolchain
This commit is contained in:
PJ Reid
2022-10-18 13:55:56 -04:00
committed by Jonas Vautherin
parent 102ebcce4a
commit 73559c95b0
5 changed files with 889 additions and 2 deletions

View File

@ -462,6 +462,26 @@ jobs:
cpython: "yes",
cpython_arg: "",
}
# Linux i686 images
- {
image: "linux-i686",
stockfish: "yes",
stockfish_arg: "ARCH=x86-32-sse41-popcnt",
ninja: "yes",
ninja_arg: "",
openssl: "yes",
openssl_arg: "linux-x86",
C: "yes",
C_arg: "",
C-Plus-Plus: "yes",
C-Plus-Plus_arg: "",
fmt: "yes",
fmt_arg: "",
raylib: "no",
raylib_arg: "",
cpython: "yes",
cpython_arg: "",
}
# Linux x86_64 images
- {
image: "linux-x64",