Skip to content

Commit 5adf76f

Browse files
authored
New patchelf URL
1 parent 5590974 commit 5adf76f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/tests-environment.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ set -e
55
sudo add-apt-repository --yes ppa:beineri/opt-qt593-xenial
66
sudo apt-get update -qq
77

8-
wget https://ftp.fau.de/debian/pool/main/p/patchelf/patchelf_0.8-2_amd64.deb
9-
echo "5d506507df7c02766ae6c3ca0d15b4234f4cb79a80799190ded9d3ca0ac28c0c patchelf_0.8-2_amd64.deb" | sha256sum -c
8+
# wget https://ftp.fau.de/debian/pool/main/p/patchelf/patchelf_0.8-2_amd64.deb
9+
# echo "5d506507df7c02766ae6c3ca0d15b4234f4cb79a80799190ded9d3ca0ac28c0c patchelf_0.8-2_amd64.deb" | sha256sum -c
10+
wget http://old-releases.ubuntu.com/ubuntu/pool/universe/p/patchelf/patchelf_0.8-2_amd64.deb
11+
echo "b3b69f346afb16ab9e925b91afc4c77179a70b676c2eb58a2821f8664fd4cae6 patchelf_0.8-2_amd64.deb" | sha256sum -c
12+
1013
sudo dpkg -i patchelf_0.8-2_amd64.deb
1114
# We want a newer patchelf since the one above is missing e.g., '--add-needed' which our users might want to use
1215
# However, the newer patchelf versions are broken and cripple, e.g., libQt5Core; see https://github.com/NixOS/patchelf/issues/124

0 commit comments

Comments
 (0)