File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments