From b1f867a5a3f5c461450391ea11e75b26a703d242 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 15 Apr 2020 20:10:44 -0400 Subject: [PATCH] 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 --- emsdk_manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index 7b48344..cac5be4 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -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,