Skip to content

Commit fbf3241

Browse files
authoredMay 5, 2019
[ci skip]
1 parent 6755b86 commit fbf3241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/tests-environment.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ wget https://ftp.fau.de/debian/pool/main/p/patchelf/patchelf_0.8-2_amd64.deb
99
echo "5d506507df7c02766ae6c3ca0d15b4234f4cb79a80799190ded9d3ca0ac28c0c patchelf_0.8-2_amd64.deb" | sha256sum -c
1010
sudo dpkg -i patchelf_0.8-2_amd64.deb
1111
# We want a newer patchelf since the one above is missing e.g., '--add-needed' which our users might want to use
12+
# However, the newer patchelf versions are broken and cripple, e.g., libQt5Core; see https://github.com/NixOS/patchelf/issues/124
1213
# git clone -o e1e39f3 https://github.com/NixOS/patchelf
1314
# cd patchelf
1415
# bash ./bootstrap.sh

0 commit comments

Comments
 (0)