We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e575b0 commit 42502b4Copy full SHA for 42502b4
1 file changed
stackinator/templates/Makefile
@@ -33,8 +33,10 @@ pre-install: spack-setup
33
34
mirror-setup: spack-setup{% if pre_install_hook %} pre-install{% endif %}
35
36
+ {% if buildcache_mirrors %}
37
@echo "Pulling and trusting keys from configured buildcaches."
38
$(SANDBOX) $(SPACK) buildcache keys --install --trust
39
+ {% endif %}
40
@echo "Adding mirror gpg keys."
41
{% for key_path in gpg_keys %}
42
$(SANDBOX) $(SPACK) gpg trust {{ key_path }}
0 commit comments