From 37227da80b7ad8296c8707fe373a7872048a3561 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sat, 27 May 2023 05:55:03 +0000 Subject: [PATCH] fix: no mkdir build cache --- spack-environment/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/spack-environment/Makefile b/spack-environment/Makefile index 6b6b66d96..a4e61a248 100644 --- a/spack-environment/Makefile +++ b/spack-environment/Makefile @@ -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/% -- GitLab