Skip to content

Commit ffb335a

Browse files
committed
try using local copy of GH:madness repo to speed up FetchContent checkouts
1 parent 8477f2e commit ffb335a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ variables:
1919
${BLA_VENDOR}
2020
${BLA_THREADS}
2121
${TA_SCALAPACK}
22+
TA_TRACKED_MADNESS_URL=/root/github/madness
2223
2324
before_script:
2425
# NB: if CMAKE_BUILD_PARALLEL_LEVEL is not set (i.e. using shared runner), use 1 to ensure we have enough memory
@@ -33,6 +34,8 @@ before_script:
3334
- ccache -p
3435
# zero out the ccache statistics
3536
- ccache -z
37+
# update local copy of GH:madness
38+
- cd /root/github/madness && git fetch
3639

3740
ubuntu:
3841
stage: build

0 commit comments

Comments
 (0)