Skip to content

Commit ad3f1ed

Browse files
call spack gpg init before spack gpg trust
1 parent 1d342de commit ad3f1ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stackinator/templates/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ mirror-setup: spack-setup{% if pre_install_hook %} pre-install{% endif %}
4040
$(SANDBOX) $(SPACK) buildcache keys --install --trust
4141
{% endif %}
4242
{% if cache.key %}
43+
$(SANDBOX) $(SPACK) gpg init
4344
$(SANDBOX) $(SPACK) gpg trust {{ cache.key }}
4445
{% endif %}
4546
{% endif %}

0 commit comments

Comments
 (0)