Skip to content

Commit a267c12

Browse files
authored
Add comment about firefox pinning (#14402)
See #14401 See #14392
1 parent 196349e commit a267c12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ commands:
175175
- run:
176176
name: download firefox
177177
command: |
178+
# Temporarily pinned to beta rather then dev.
179+
# See https://github.com/emscripten-core/emscripten/issues/14401
178180
wget -O ~/ff.tar.bz2 "https://download.mozilla.org/?product=firefox-beta-latest-ssl&os=linux64&lang=en-US"
179181
tar -C ~ -xf ~/ff.tar.bz2
180182
- run:

0 commit comments

Comments
 (0)