File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -423,16 +423,11 @@ jobs:
423
423
- build
424
424
# note we do *not* build all libraries and freeze the cache; as we run
425
425
# only limited tests here, it's more efficient to build on demand
426
+ - pip-install :
427
+ python : " $EMSDK_PYTHON"
426
428
- run-tests :
427
429
test_targets : " other.test_emcc_cflags other.test_stdin other.test_bad_triple core2.test_sse1 core2.test_ccall other.test_closure_externs other.test_binaryen_debug other.test_js_optimizer_parse_error other.test_output_to_nowhere other.test_emcc_dev_null other.test_cmake* other.test_system_include_paths other.test_emar_response_file core2.test_utf16 other.test_special_chars_in_arguments other.test_toolchain_profiler other.test_realpath_nodefs other.test_response_file_encoding other.test_libc_progname other.test_realpath other.test_embed_file_dup"
428
430
# Run a single websockify-based test to ensure it works on windows.
429
- # We need to do this using the system python since the emsdk version
430
- # does not have `pip` or come preloaded with `websockify`.
431
- - run :
432
- name : Set system python
433
- command : echo "export EMSDK_PYTHON=/c/Python38/python.exe" >> $BASH_ENV
434
- - pip-install :
435
- python : " $EMSDK_PYTHON"
436
431
- run-tests :
437
432
test_targets : " sockets.test_nodejs_sockets_echo"
438
433
test-mac :
You can’t perform that action at this time.
0 commit comments