Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@ jobs:
cd $HOME/emsdk
git reset --hard
git pull
# FIXME(ilammy, 2020-07-07): unpin emsdk version [T1698]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amount of FIXME tags for emsdk is sad :(

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expect a new one on August 7 😂

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😭

# Latest HEAD has a regression, we roll back to last good version.
git checkout 92d512faa832b3ff5d6b8bc991b6801e31d8e372
# FIXME(ilammy, 2020-06-07): migrate to "upstream" flavor
# LLVM flavor of Emscripten has some issues compiling our code,
# and latest versions of the fastcomp flavor started giving out
Expand Down Expand Up @@ -629,6 +632,9 @@ jobs:
cd $HOME/emsdk
git reset --hard
git pull
# FIXME(ilammy, 2020-07-07): unpin emsdk version [T1698]
# Latest HEAD has a regression, we roll back to last good version.
git checkout 92d512faa832b3ff5d6b8bc991b6801e31d8e372
# FIXME(ilammy, 2020-06-07): migrate to "upstream" flavor
# LLVM flavor of Emscripten has some issues compiling our code,
# and latest versions of the fastcomp flavor started giving out
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
cd $HOME
git clone https://github.com/emscripten-core/emsdk.git
cd $HOME/emsdk
# FIXME(ilammy, 2020-07-07): unpin emsdk version [T1698]
# Latest HEAD has a regression, we roll back to last good version.
git checkout 92d512faa832b3ff5d6b8bc991b6801e31d8e372
# FIXME(ilammy, 2020-06-07): migrate to "upstream" flavor
# LLVM flavor of Emscripten has some issues compiling our code,
# and latest versions of the fastcomp flavor started giving out
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
cd $HOME
git clone https://github.com/emscripten-core/emsdk.git
cd $HOME/emsdk
# FIXME(ilammy, 2020-07-07): unpin emsdk version [T1698]
# Latest HEAD has a regression, we roll back to last good version.
git checkout 92d512faa832b3ff5d6b8bc991b6801e31d8e372
# FIXME(ilammy, 2020-06-07): migrate to "upstream" flavor
# LLVM flavor of Emscripten has some issues compiling our code,
# and latest versions of the fastcomp flavor started giving out
Expand Down