Open
Description
Hi @kripken, not sure if this is something you want to address, but we're using EMSDK 1.39.7 in some of our build pipelines. We run this in a container, basically via:
$ git clone https://github.com/emscripten-core/emsdk.git && \
cd emsdk && \
./emsdk install 1.39.7 && \
./emsdk activate 1.39.7
$ echo "PATH=$PATH:/app/emsdk:/app/emsdk/node/12.9.1_64bit/bin:/app/emsdk/upstream/emscripten" > ~/.bashrc
This worked fine up until yesterday (this could have been broken earlier, but yesterday a rebuild of this container was triggered), but now fails with:
#16 0.631 shared:ERROR: BINARYEN_ROOT is set to empty value in /root/.emscripten
Naturally fixed quickly on our end by checking out the 1.39.7 tag for EMSDK, but FYI.
Metadata
Metadata
Assignees
Labels
No labels