Skip to content

Commit 9a52b2f

Browse files
committed
flake-regressions: Use prefetching
1 parent dbc9423 commit 9a52b2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
with:
137137
repository: DeterminateSystems/flake-regressions
138138
path: flake-regressions
139+
ref: prefetch
139140
- name: Checkout flake-regressions-data
140141
uses: actions/checkout@v4
141142
with:
@@ -147,6 +148,7 @@ jobs:
147148
PARALLEL: "-P 50%"
148149
FLAKE_REGRESSION_GLOB: ${{ matrix.glob }}
149150
NIX_CONFIG: ${{ matrix.nix_config }}
151+
PREFETCH: "1"
150152
GC_INITIAL_HEAP_SIZE: "32G"
151153
run: |
152154
set -x

0 commit comments

Comments
 (0)