File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 CC : sccache clang-19
3838 CXX : sccache clang++-19
3939 SCCACHE_GHA_ENABLED : ' true'
40+ SCCACHE_ERROR_LOG : ' /tmp/sccache.log'
41+ SCCACHE_LOG : ' debug'
4042 RUSTC_VERSION : ' 1.82'
4143
4244permissions :
4345 contents : read
4446
4547jobs :
4648 test-linux :
47- if : github.event.pull_request.draft == false
4849 runs-on : ${{ matrix.os }}
4950 strategy :
5051 fail-fast : false
5152 matrix :
52- os : [ubuntu-24.04, ubuntu-24.04 -arm]
53+ os : [ubuntu-24.04-arm]
5354 steps :
5455 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5556 with :
7677 run : npx envinfo
7778 - name : Build
7879 run : make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --v8-enable-temporal-support"
79- - name : Test
80- run : make -C node test-ci -j1 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
81- - name : Re-run test in a folder whose name contains unusual chars
82- run : |
83- mv node "$DIR"
84- cd "$DIR"
85- ./tools/test.py --flaky-tests keep_retrying -p actions -j 4
86- env :
87- DIR : dir%20with $unusual"chars?'åß∂ƒ©∆¬…`
80+ - name : Print sccache log
81+ run : cat /tmp/sccache.log
You can’t perform that action at this time.
0 commit comments