Skip to content

Commit 58d7833

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

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/test-linux.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ env:
3737
CC: sccache clang-19
3838
CXX: sccache clang++-19
3939
SCCACHE_GHA_ENABLED: 'true'
40+
SCCACHE_LOG: 'debug'
4041
RUSTC_VERSION: '1.82'
4142

4243
permissions:
4344
contents: read
4445

4546
jobs:
4647
test-linux:
47-
if: github.event.pull_request.draft == false
4848
runs-on: ${{ matrix.os }}
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
os: [ubuntu-24.04, ubuntu-24.04-arm]
52+
os: [ubuntu-24.04]
5353
steps:
5454
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5555
with:
@@ -76,12 +76,3 @@ jobs:
7676
run: npx envinfo
7777
- name: Build
7878
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?'åß∂ƒ©∆¬…`

0 commit comments

Comments
 (0)