Skip to content

Commit 1628b03

Browse files
committed
removing estimation of size for now, seems to be causing error building into folder
1 parent b5933dd commit 1628b03

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="singularity",
88

99
# Version number:
10-
version="0.88",
10+
version="0.89",
1111

1212
# Application author details:
1313
author="Vanessa Sochat",

singularity/build/scripts/singularity-build-latest.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ sudo apt-get -y install git \
77
autotools-dev \
88
automake \
99
autoconf \
10-
debootstrap \
11-
yum \
1210
python3-pip >> /tmp/.install-log
1311

1412
# Pip3 installs

0 commit comments

Comments
 (0)