Skip to content

Commit d5b745b

Browse files
committed
meta: sccache debug run
1 parent 61a4a30 commit d5b745b

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/test-linux.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,20 @@ env:
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

4244
permissions:
4345
contents: read
4446

4547
jobs:
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:
@@ -76,12 +77,5 @@ jobs:
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

0 commit comments

Comments
 (0)