Skip to content

Commit

Permalink
Merge pull request #264 from adswa/ci-singularity
Browse files Browse the repository at this point in the history
CI/tools: Add fuse2fs dependency for singularity installation
  • Loading branch information
yarikoptic authored Feb 2, 2024
2 parents 49d30bc + 52eefbd commit c204331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/install-singularity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ codename="$(lsb_release -cs)"
arch="$(dpkg --print-architecture)"
wget -O /tmp/singularity-ce.deb "https://github.com/sylabs/singularity/releases/download/$release/singularity-ce_${release#v}-${codename}_$arch.deb"
set -x
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y uidmap libfuse2
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y uidmap libfuse2 fuse2fs
sudo dpkg -i /tmp/singularity-ce.deb
sudo DEBIAN_FRONTEND=noninteractive apt-get install -f

0 comments on commit c204331

Please sign in to comment.