Skip to content
Snippets Groups Projects
Commit 37227da8 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: no mkdir build cache

parent 58d3c472
Branches
Tags
No related merge requests found
......@@ -18,7 +18,6 @@ include $(SPACK_ENV)/spack.mk
endif
$(SPACK_ENV)/push: $(addprefix $(SPACK_ENV)/push/,$($(SPACK_ENV)/SPACK_PACKAGE_IDS))
@mkdir -p $(BUILDCACHE_DIR)
$(foreach buildcache, $(BUILDCACHE_MIRROR), $(SPACK) buildcache update-index --mirror-url $(buildcache) ;)
$(SPACK_ENV)/push/%: $(SPACK_ENV)/install/%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment