Skip to content

Commit d8fac7b

Browse files
Temporarily lock emsdk version to 3.1.67 to work around #6. (#7)
1 parent a6a518f commit d8fac7b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Taskfile.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,14 @@ tasks:
8181
- "upstream/emscripten/tools/ports/contrib/__pycache__"
8282
cmds:
8383
- task: "clean-emsdk"
84-
- "git clone 'https://github.com/emscripten-core/emsdk.git' '{{.G_EMSDK_DIR}}'"
84+
# emsdk is locked to version 3.1.67 to work around issue #6.
85+
- >-
86+
git clone
87+
https://github.com/emscripten-core/emsdk.git
88+
--branch 3.1.67
89+
--depth 1
90+
--shallow-submodules
91+
"{{.G_EMSDK_DIR}}"
8592
- |-
8693
cd "{{.G_EMSDK_DIR}}"
8794
./emsdk install latest

0 commit comments

Comments
 (0)