File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed
Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 7474 contents : read
7575 timeout-minutes : 180 # 3 hours
7676 env :
77- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
7877 CMAKE_BUILD_PARALLEL_LEVEL : 8
7978 CTEST_PARALLEL_LEVEL : ' ' # empty value to make ctest detect the number of cores
8079 CTEST_NO_TESTS_ACTION : error
Original file line number Diff line number Diff line change 6464 name : Analyze C++
6565 timeout-minutes : 20
6666 env :
67- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
6867 LANGUAGE : c-cpp
6968 CMAKE_BUILD_PARALLEL_LEVEL : 8
7069 PRESET : gcc
Original file line number Diff line number Diff line change 4848 contents : read
4949 checks : write
5050 env :
51- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
5251 CMAKE_PRESET : gcc
5352 CMAKE_BUILD_PARALLEL_LEVEL : 8
5453 BUILD_DIR : ${{ github.workspace }}/Builds/gcc
Original file line number Diff line number Diff line change 4444 name : Run SPRT test
4545 timeout-minutes : 300 # 5 hours
4646 env :
47- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
4847 CMAKE_PRESET : gcc
4948 CMAKE_BUILD_PARALLEL_LEVEL : 8
5049 BUILD_DIR : ${{ github.workspace }}/Builds/gcc
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ jobs:
116116 name : codesigning
117117 url : https://github.com/benthevining/BenBot/releases/tag/${{ needs.bump_version.outputs.tag_name }}
118118 env :
119- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
120119 CMAKE_OSX_ARCHITECTURES : arm64;x86_64
121120 CMAKE_BUILD_PARALLEL_LEVEL : 8
122121 # NB. Windows runners may error out if we make these absolute paths prefixed with
You can’t perform that action at this time.
0 commit comments