Skip to content

Commit 8326fd2

Browse files
fix for concurrent builds
1 parent 1c48c89 commit 8326fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_uec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434

3535
# Install deps if needed
3636
DEPS="kvm libvirt-bin kpartx cloud-utils curl"
37-
apt-get install -y --force-yes $DEPS
37+
apt-get install -y --force-yes $DEPS || true # allow this to fail gracefully for concurrent builds
3838

3939
# Where to store files and instances
4040
WORK_DIR=${WORK_DIR:-/opt/kvmstack}

0 commit comments

Comments
 (0)