File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang
7070 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++
7171 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
72+ SCCACHE_IDLE_TIMEOUT : ' 0'
7273 steps :
7374 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7475 with :
Original file line number Diff line number Diff line change 3939 CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang
4040 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++
4141 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
42+ SCCACHE_IDLE_TIMEOUT : ' 0'
4243
4344permissions :
4445 contents : read
Original file line number Diff line number Diff line change 3939 CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang
4040 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++
4141 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
42+ SCCACHE_IDLE_TIMEOUT : ' 0'
4243
4344permissions :
4445 contents : read
Original file line number Diff line number Diff line change 3636 CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang
3737 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++
3838 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
39+ SCCACHE_IDLE_TIMEOUT : ' 0'
3940
4041permissions :
4142 contents : read
42-
4343jobs :
4444 test-internet :
4545 if : github.event_name == 'schedule' && github.repository == 'nodejs/node' || github.event.pull_request.draft == false
Original file line number Diff line number Diff line change 3434 CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang
3535 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++
3636 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
37+ SCCACHE_IDLE_TIMEOUT : ' 0'
3738
3839permissions :
3940 contents : read
Original file line number Diff line number Diff line change 4848 CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} gcc
4949 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} g++
5050 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
51+ SCCACHE_IDLE_TIMEOUT : ' 0'
5152 steps :
5253 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5354 with :
You can’t perform that action at this time.
0 commit comments