Skip to content

Commit d070762

Browse files
authored
install uuid-dev before building singularity
1 parent 0b5512f commit d070762

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/setup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ function download
1111
return $?
1212
}
1313

14+
# Install Singularity deps:
15+
16+
sudo apt-get update && sudo apt-get -y install uuid-dev
17+
1418
# Install Singularity
1519
download && \
1620
tar -xzf singularity-${VERSION}.tar.gz && \

0 commit comments

Comments
 (0)