We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2f4b4 commit 595781eCopy full SHA for 595781e
Tools/wasm/emscripten/__main__.py
@@ -263,6 +263,10 @@ def configure_emscripten_python(context, working_dir):
263
REALPATH=abs_path
264
fi
265
266
+ # Set umask to 0. The buildbot seems to run sometimes with a umask
267
+ # of 0o077 which causes one test to fail.
268
+ umask 0
269
+
270
# We compute our own path, not following symlinks and pass it in so that
271
# node_entry.mjs can set sys.executable correctly.
272
# Intentionally allow word splitting on NODEFLAGS.
0 commit comments