Skip to content

Commit 43541f4

Browse files
authored
HEP: set URL fetch method to curl with retry (spack#2863)
* HEP: set URL fetch method to curl with retry * HEP: fix comment
1 parent 049b326 commit 43541f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stacks/hep/spack.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ spack:
77
concretizer:
88
static_analysis: true
99

10+
config:
11+
# ROOT fails downloads frequently
12+
url_fetch_method: curl --continue-at - --retry 3 --retry-all-errors
13+
1014
packages:
1115
all:
1216
target: ["x86_64_v3"]

0 commit comments

Comments
 (0)