Skip to content

EMSDK 1.39.7 broken in a recent release of the tools #512

Open
@janjongboom

Description

@janjongboom

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions