Skip to content

Commit b1e2c95

Browse files
committed
Disable copy view on base container build
spack is still borked w.r.t view copying so I want to try disabling it for now. We will not be able to do multi-stage builds, but having builds will be better than nothing. Signed-off-by: vsoch <[email protected]>
1 parent adc143d commit b1e2c95

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-container.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build and Deploy Container
22

33
on:
44

5+
# Added just for testing
6+
pull_request: []
7+
58
# Always have a base image ready to go - this is a nightly build
69
schedule:
710
- cron: 0 3 * * *

etc/docker/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN mkdir -p /opt/flux-env \
2020
&& echo " view:" \
2121
&& echo " mfem:" \
2222
&& echo " root: /opt/flux-view" \
23-
&& echo " link_type: copy" \
23+
# && echo " link_type: copy" \
2424
&& echo " packages:" \
2525
&& echo " all:" \
2626
&& echo " target:" \

0 commit comments

Comments
 (0)