mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Jenkins: pin emscripten version (#26339)
This would match GitHub action and hopefully fix CI.
This commit is contained in:
parent
1cfab8feb2
commit
fad4450d7d
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -101,6 +101,7 @@ pipeline {
|
|||||||
echo $0;
|
echo $0;
|
||||||
git clone https://github.com/emscripten-core/emsdk.git _emscripten_sdk;
|
git clone https://github.com/emscripten-core/emsdk.git _emscripten_sdk;
|
||||||
cd _emscripten_sdk;
|
cd _emscripten_sdk;
|
||||||
|
git checkout 4.0.15;
|
||||||
./emsdk install latest;
|
./emsdk install latest;
|
||||||
./emsdk activate latest;
|
./emsdk activate latest;
|
||||||
cd ..;
|
cd ..;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user