Browse Source

Revert patchelf changes

because it resulted in segfault when trying to run linuxdeployqt
master
probonopd 6 years ago
committed by GitHub
parent
commit
3f22639c43
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      tests/tests-environment.sh

18
tests/tests-environment.sh

@ -5,16 +5,16 @@ set -e
sudo add-apt-repository --yes ppa:beineri/opt-qt593-trusty sudo add-apt-repository --yes ppa:beineri/opt-qt593-trusty
sudo apt-get update -qq sudo apt-get update -qq
# wget https://ftp.fau.de/debian/pool/main/p/patchelf/patchelf_0.8-2_amd64.deb wget https://ftp.fau.de/debian/pool/main/p/patchelf/patchelf_0.8-2_amd64.deb
# echo "5d506507df7c02766ae6c3ca0d15b4234f4cb79a80799190ded9d3ca0ac28c0c patchelf_0.8-2_amd64.deb" | sha256sum -c echo "5d506507df7c02766ae6c3ca0d15b4234f4cb79a80799190ded9d3ca0ac28c0c patchelf_0.8-2_amd64.deb" | sha256sum -c
# sudo dpkg -i patchelf_0.8-2_amd64.deb sudo dpkg -i patchelf_0.8-2_amd64.deb
# We want a newer patchelf since the one above is missing e.g., '--add-needed' which our users might want to use # We want a newer patchelf since the one above is missing e.g., '--add-needed' which our users might want to use
git clone -o e1e39f3 https://github.com/NixOS/patchelf # git clone -o e1e39f3 https://github.com/NixOS/patchelf
cd patchelf # cd patchelf
bash ./bootstrap.sh # bash ./bootstrap.sh
./configure --prefix=/usr # ./configure --prefix=/usr
make -j$(nproc) # make -j$(nproc)
sudo make install # sudo make install
cd /tmp/ cd /tmp/
# wget -c https://artifacts.assassinate-you.net/artifactory/AppImageKit/travis-2052/appimagetool-x86_64.AppImage # branch last-good, https://travis-ci.org/AppImage/AppImageKit/jobs/507462541 # wget -c https://artifacts.assassinate-you.net/artifactory/AppImageKit/travis-2052/appimagetool-x86_64.AppImage # branch last-good, https://travis-ci.org/AppImage/AppImageKit/jobs/507462541

Loading…
Cancel
Save