Skip to content

Commit

Permalink
[ci] Pin firefix to dev-edition until the threading issue is resolved…
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Jan 24, 2024
1 parent cf909d3 commit 0eb6567
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Expand Up @@ -340,7 +340,10 @@ commands:
- run:
name: download firefox
command: |
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):
# Switch back to nightly once the ff issue with threading is
# resolves
wget -O ~/ff.tar.bz2 "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=linux64&lang=en-US"
tar -C ~ -xf ~/ff.tar.bz2
- run:
name: configure firefox
Expand Down

0 comments on commit 0eb6567

Please sign in to comment.