File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ BASE_DOCKER_REPO=fluxrm/flux-sched
12
12
13
13
IMAGE=focal
14
14
JOBS=2
15
- MOUNT_HOME_ARGS=" --volume=$HOME :$HOME -e HOME"
15
+ MOUNT_HOME_ARGS=" --volume=$HOME :/home/ $USER -e HOME"
16
16
MOUNT_KUBE_ARGS=" --volume=$HOME /.kube:/usr/local/share/kube-localhost"
17
17
18
18
if test " $PROJECT " = " flux-core" ; then
@@ -134,7 +134,7 @@ checks_group "Building image $IMAGE for user $USER $(id -u) group=$(id -g)" \
134
134
|| die " docker build failed"
135
135
136
136
if [[ -n " $MOUNT_HOME_ARGS " ]]; then
137
- echo " mounting $HOME as $HOME "
137
+ echo " mounting $HOME as /home/ $USER "
138
138
fi
139
139
if [[ -n " $MOUNT_KUBE_ARGS " ]]; then
140
140
echo " mounting kube config inside container with ${MOUNT_KUBE_ARGS} "
170
170
--volume=$TOP :/usr/src \
171
171
$MOUNT_HOME_ARGS \
172
172
$MOUNT_KUBE_ARGS \
173
+ -h compute-01 \
173
174
-e CC \
174
175
-e CXX \
175
176
-e LDFLAGS \
You can’t perform that action at this time.
0 commit comments