File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ test-defaults: &test-defaults
17
17
apt-get install -y python python-pip cmake build-essential openjdk-9-jre-headless
18
18
pip install --upgrade pip
19
19
pip install lit
20
- EMCC_CORES=8 python emscripten/tests/runner.py $TEST_TARGET skip:ALL.test_sse1_full skip:ALL.test_sse2_full skip:ALL.test_sse3_full skip:ALL.test_ssse3_full skip:ALL.test_sse4_1_full skip:other.test_native_link_error_message skip:other.test_bad_triple
20
+ EMCC_CORES=4 python emscripten/tests/runner.py $TEST_TARGET skip:ALL.test_sse1_full skip:ALL.test_sse2_full skip:ALL.test_sse3_full skip:ALL.test_ssse3_full skip:ALL.test_sse4_1_full skip:other.test_native_link_error_message skip:other.test_bad_triple
21
21
22
22
version : 2
23
23
jobs :
38
38
popd
39
39
echo EMSCRIPTEN_ROOT="'~/emscripten/'" >> .emscripten
40
40
echo BINARYEN_ROOT="''" >> .emscripten
41
- EMCC_CORES=8 python2 emscripten/embuilder.py build ALL
41
+ EMCC_CORES=4 python2 emscripten/embuilder.py build ALL
42
42
python2 emscripten/tests/runner.py test_hello_world
43
43
44
44
- persist_to_workspace :
You can’t perform that action at this time.
0 commit comments