Skip to content

Commit fad4450

Browse files
authored
Jenkins: pin emscripten version (#26339)
This would match GitHub action and hopefully fix CI.
1 parent 1cfab8f commit fad4450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ pipeline {
101101
echo $0;
102102
git clone https://github.com/emscripten-core/emsdk.git _emscripten_sdk;
103103
cd _emscripten_sdk;
104+
git checkout 4.0.15;
104105
./emsdk install latest;
105106
./emsdk activate latest;
106107
cd ..;

0 commit comments

Comments
 (0)