Skip to content

Commit

Permalink
fix: default ENV=xl now
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Jul 12, 2024
1 parent e20e061 commit 4c3f4f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/jug/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ FROM spack as builder

## 1. Setup our default environment (secret mount for write-enabled mirror)
COPY --from=spack-environment . /opt/spack-environment/
ARG ENV=dev
ARG ENV=xl
ENV SPACK_ENV=/opt/spack-environment/${ENV}
RUN --mount=type=cache,target=/ccache,id=${TARGETPLATFORM} \
--mount=type=cache,target=/var/cache/spack \
Expand Down
2 changes: 1 addition & 1 deletion containers/jug/dev.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Variables which are required to be defined
variable "jobs" { default = 1 }
variable "ENV" { default = "dev" }
variable "ENV" { default = "xl" }
variable "BUILD_IMAGE" { default = "eic_" }
variable "BUILD_TYPE" { default = "default" }

Expand Down

0 comments on commit 4c3f4f9

Please sign in to comment.