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 6b452c0 commit c3f1999Copy full SHA for c3f1999
.travis.yml
@@ -60,7 +60,6 @@ addons:
60
- libdwarf-dev
61
- libelfg0-dev
62
- libunwind8-dev
63
- - wget
64
65
install:
66
- bash ./travis/install.sh
travis/build-libunwind.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
yum install -y libtool
3
cd
4
-wget http://download.savannah.gnu.org/releases/libunwind/libunwind-1.2.tar.gz
+curl -O http://download.savannah.gnu.org/releases/libunwind/libunwind-1.2.tar.gz
5
tar xf libunwind-1.2.tar.gz
6
cd libunwind-1.2/
7
./configure
0 commit comments