Re-enable building master from source for linux 32-bit (#471)

Doing this for windows is trickier as we would also need to provide
the python binaries for win32.

Note that we don't provide node binaries in this case because the
node project itself doesn't produce 32-bit builds for linux anymore.
This should still be useable for 32-bit linux users although they
will need to provide their own node (or use the system provided
one).

Fixes: #470
This commit is contained in:
Sam Clegg
2020-04-15 20:10:44 -04:00
committed by GitHub
parent c523a654c8
commit b1f867a5a3

View File

@@ -529,6 +529,12 @@
"uses": ["llvm-git-master-64bit", "node-12.9.1-64bit", "emscripten-master-64bit", "binaryen-master-64bit"],
"os": "linux"
},
{
"version": "upstream-master",
"bitness": 32,
"uses": ["llvm-git-master-32bit", "emscripten-master-32bit", "binaryen-master-32bit"],
"os": "linux"
},
{
"version": "fastcomp-master",
"bitness": 32,