We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf909d3 commit 0eb6567Copy full SHA for 0eb6567
.circleci/config.yml
@@ -340,7 +340,10 @@ commands:
340
- run:
341
name: download firefox
342
command: |
343
- wget -O ~/ff.tar.bz2 "https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US"
+ # 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"
347
tar -C ~ -xf ~/ff.tar.bz2
348
349
name: configure firefox
0 commit comments