We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa0c18 commit e94fb46Copy full SHA for e94fb46
.travis/before_install
@@ -4,7 +4,10 @@ apt-get update && apt-get install -y wget git build-essential squashfs-tools \
4
libtool \
5
autotools-dev \
6
automake \
7
- autoconf
+ autoconf \
8
+ uuid-dev \
9
+ libssl-dev
10
+
11
12
sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers
13
CHANGELOG.md
@@ -20,6 +20,7 @@ and changes prior to that are (unfortunately) done retrospectively. Critical ite
20
21
**changed behavior**
22
- *apps extraction* files limited to those in bin and lib, as the response to the server was too large.
23
+ - **updated tests** to handle secure build
24
25
## [v2.4](https://github.com/singularityware/singularity-python/releases/tag/v2.4) (v2.4)
26
0 commit comments