Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "[ci] Pin firefix to dev-edition until the threading issue is …
…resolved. NFC (#21164)"

This reverts commit 0eb6567.
  • Loading branch information
kripken committed Feb 6, 2024
commit db936e62ae63fa3a87bd0a3aeb1c0ed60442b3f2
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,7 @@ commands:
- run:
name: download firefox
command: |
# 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"
wget -O ~/ff.tar.bz2 "https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US"
tar -C ~ -xf ~/ff.tar.bz2
- run:
name: configure firefox
Expand Down