Skip to content

Commit 7573111

Browse files
TimNNalexcrichton
authored andcommitted
fix permissions of emsdk_portable
1 parent 5da59ba commit 7573111

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ci/docker/emscripten/build-emscripten.sh

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ if [ ! -d emsdk_portable ]; then
4343
exit 1
4444
fi
4545

46+
# Some versions of the EMSDK set the permissions of the root directory to
47+
# 0700. Ensure the directory is readable by all users.
48+
chmod 755 emsdk_portable
49+
4650
source emsdk_portable/emsdk_env.sh
4751
hide_output emsdk update
4852
hide_output emsdk install --build=Release sdk-tag-1.37.1-32bit

0 commit comments

Comments
 (0)