removed curl -k hack after rebase with spack -k fix
This commit is contained in:
parent
f1f5a5a0bf
commit
37d30f4886
@ -70,7 +70,6 @@
|
|||||||
|
|
||||||
# Curl tool for fetching files.
|
# Curl tool for fetching files.
|
||||||
curl = which("curl", required=True)
|
curl = which("curl", required=True)
|
||||||
curl.add_default_arg("-k") # TODO: remove me in favor of spack -k`
|
|
||||||
|
|
||||||
# Whether to build in tmp space or directly in the stage_path.
|
# Whether to build in tmp space or directly in the stage_path.
|
||||||
# If this is true, then spack will make stage directories in
|
# If this is true, then spack will make stage directories in
|
||||||
|
Loading…
Reference in New Issue
Block a user