Skip to content

Commit

Permalink
Bug 1747752 - Remove --disable-gold from js configs. CLOSED TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Dec 29, 2021
1 parent cb50a54 commit 7c89f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/src/devtools/automation/autospider.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def ensure_dir_exists(
CONFIGURE_ARGS += " --target=x86_64-pc-mingw32"

if platform.system() == "Linux" and AUTOMATION:
CONFIGURE_ARGS = "--enable-stdcxx-compat --disable-gold " + CONFIGURE_ARGS
CONFIGURE_ARGS = "--enable-stdcxx-compat " + CONFIGURE_ARGS

# Timeouts.
ACTIVE_PROCESSES = set()
Expand Down
2 changes: 1 addition & 1 deletion js/src/devtools/automation/variants/wasi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"configure-args": "--enable-application=js --target=wasm32-unknown-wasi --disable-stdcxx-compat --disable-gold --without-system-zlib --without-intl-api --disable-jit --disable-shared-js --disable-shared-memory --disable-tests --disable-cranelift --disable-clang-plugin",
"configure-args": "--enable-application=js --target=wasm32-unknown-wasi --disable-stdcxx-compat --without-system-zlib --without-intl-api --disable-jit --disable-shared-js --disable-shared-memory --disable-tests --disable-cranelift --disable-clang-plugin",
"optimize": true,
"debug": false,
"nspr": false,
Expand Down

0 comments on commit 7c89f6b

Please sign in to comment.