Skip to content
Snippets Groups Projects

feat: use spack ci generate to setup build pipeline

Closed Wouter Deconinck requested to merge wdconinc-master-patch-58238 into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -23,6 +23,12 @@ variables:
## Ref: https://github.com/eic/eic-spack/commit/[hash]
## [hash]: [description]
## S3 buildcache access
S3_ENDPOINT_URL: "https://dtn01.sdcc.bnl.gov:9000"
## S3 credentials (through CI/CD variables)
AWS_ACCESS_KEY_ID: "${S3_ACCESS_KEY}"
AWS_SECRET_ACCESS_KEY: "${S3_SECRET_KEY}"
## We need to enable Docker Buildkit to use cache mounts and better
## build performance overall
DOCKER_BUILDKIT: 1
Loading