From 0eb65677b0bfcb586c2c2eb3a8c550f67eec6245 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 24 Jan 2024 19:19:20 +0000 Subject: [PATCH] [ci] Pin firefix to dev-edition until the threading issue is resolved. NFC (#21164) See #21163 --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 997a199dee5f..8be877095c29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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