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

fix: rm S3 buildcache support from Makefile

parent 8a13d071
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !1039. Comments created here will be created in the context of that merge request.
...@@ -7,7 +7,6 @@ export SPACK_COLOR = always ...@@ -7,7 +7,6 @@ export SPACK_COLOR = always
SPACK_ENV ?= dev SPACK_ENV ?= dev
BUILDCACHE_S3_FINAL :=
BUILDCACHE_OCI_FINAL := BUILDCACHE_OCI_FINAL :=
BUILDCACHE_OCI_BASE_IMAGE := ghcr.io/eic/debian:stable-slim BUILDCACHE_OCI_BASE_IMAGE := ghcr.io/eic/debian:stable-slim
...@@ -20,8 +19,6 @@ include $(SPACK_ENV)/spack.mk ...@@ -20,8 +19,6 @@ include $(SPACK_ENV)/spack.mk
endif endif
$(SPACK_ENV)/push: $(addprefix $(SPACK_ENV)/push/,$($(SPACK_ENV)/SPACK_PACKAGE_IDS)) $(SPACK_ENV)/push: $(addprefix $(SPACK_ENV)/push/,$($(SPACK_ENV)/SPACK_PACKAGE_IDS))
$(foreach buildcache, $(BUILDCACHE_S3_FINAL), $(SPACK) buildcache push --private --unsigned $(buildcache) ;)
$(foreach buildcache, $(BUILDCACHE_S3_FINAL), $(SPACK) buildcache update-index $(buildcache) ;)
$(foreach buildcache, $(BUILDCACHE_OCI_FINAL), $(SPACK) buildcache push --private --unsigned --base-image $(BUILDCACHE_OCI_BASE_IMAGE) $(buildcache) | grep -v "Using cached archive" ;) $(foreach buildcache, $(BUILDCACHE_OCI_FINAL), $(SPACK) buildcache push --private --unsigned --base-image $(BUILDCACHE_OCI_BASE_IMAGE) $(buildcache) | grep -v "Using cached archive" ;)
$(SPACK_ENV)/push/%: $(SPACK_ENV)/install/% $(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