Skip to content

Commit bbbbdb1

Browse files
authored
Revert "[ci] Pin firefix to dev-edition until the threading issue is resolved. NFC (#21164)" (#21282)
This reverts commit 0eb6567. The upstream has been fixed: https://bugzilla.mozilla.org/show_bug.cgi?id=1876355#c3
1 parent c47d060 commit bbbbdb1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,7 @@ commands:
340340
- run:
341341
name: download firefox
342342
command: |
343-
# TODO(https://github.com/emscripten-core/emscripten/issues/21163):
344-
# Switch back to nightly once the ff issue with threading is
345-
# resolves
346-
wget -O ~/ff.tar.bz2 "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=linux64&lang=en-US"
343+
wget -O ~/ff.tar.bz2 "https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US"
347344
tar -C ~ -xf ~/ff.tar.bz2
348345
- run:
349346
name: configure firefox

0 commit comments

Comments
 (0)