Skip to content

Commit 758d51f

Browse files
committed
debugging ci
1 parent 630a472 commit 758d51f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/run-tests.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: awalsh128/cache-apt-pkgs-action@latest
14-
with:
15-
packages: libxxhash-dev libaio-dev libconfig-dev gcc clang-19 clang-format-19
13+
# - uses: awalsh128/cache-apt-pkgs-action@latest
14+
# with:
15+
# packages: libxxhash-dev libaio-dev libconfig-dev gcc clang-19 clang-format-19
1616
- name: format-check
1717
run: ./format-check.sh
1818

@@ -75,19 +75,19 @@ jobs:
7575
INCLUDE_SLOW_TESTS: ${{ matrix.include_slow_tests }}
7676
RUN_NIGHTLY_TESTS: ${{ matrix.run_nightly_tests }}
7777
steps:
78-
- name: Maximize build space
79-
uses: easimon/maximize-build-space@master
80-
with:
81-
root-reserve-mb: 512
82-
swap-size-mb: 1
83-
remove-dotnet: true
84-
remove-android: true
85-
remove-haskell: true
86-
remove-codeql: true
87-
remove-docker-images: false
78+
# - name: Maximize build space
79+
# uses: easimon/maximize-build-space@master
80+
# with:
81+
# root-reserve-mb: 512
82+
# swap-size-mb: 1
83+
# remove-dotnet: true
84+
# remove-android: true
85+
# remove-haskell: true
86+
# remove-codeql: true
87+
# remove-docker-images: false
8888
- uses: actions/checkout@v4
89-
- uses: awalsh128/cache-apt-pkgs-action@latest
90-
with:
91-
packages: libxxhash-dev libaio-dev libconfig-dev gcc clang-19 clang-format-19
89+
# - uses: awalsh128/cache-apt-pkgs-action@latest
90+
# with:
91+
# packages: libxxhash-dev libaio-dev libconfig-dev gcc clang-19 clang-format-19
9292
- name: make ${{ matrix.target }}
9393
run: make ${{ matrix.target }}

0 commit comments

Comments
 (0)