removed curl -k hack after rebase with spack -k fix
This commit is contained in:
parent
f1f5a5a0bf
commit
37d30f4886
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@
|
|||
|
||||
# Curl tool for fetching files.
|
||||
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.
|
||||
# If this is true, then spack will make stage directories in
|
||||
|
|
Loading…
Reference in a new issue