Skip to content

Commit 0eb6567

Browse files
authored
[ci] Pin firefix to dev-edition until the threading issue is resolved. NFC (emscripten-core#21164)
See emscripten-core#21163
1 parent cf909d3 commit 0eb6567

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,10 @@ commands:
340340
- run:
341341
name: download firefox
342342
command: |
343-
wget -O ~/ff.tar.bz2 "https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US"
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"
344347
tar -C ~ -xf ~/ff.tar.bz2
345348
- run:
346349
name: configure firefox

0 commit comments

Comments
 (0)