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.
2 parents 3dfbc88 + bf0653e commit f8af59dCopy full SHA for f8af59d
src/ci/docker/scripts/crosstool-ng.sh
@@ -10,11 +10,12 @@
10
11
set -ex
12
13
-url="http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.22.0.tar.bz2"
14
-curl -f $url | tar xjf -
15
-cd crosstool-ng
+url="https://github.com/crosstool-ng/crosstool-ng/archive/crosstool-ng-1.22.0.tar.gz"
+curl -Lf $url | tar xzf -
+cd crosstool-ng-crosstool-ng-1.22.0
16
+./bootstrap
17
./configure --prefix=/usr/local
18
make -j$(nproc)
19
make install
20
cd ..
-rm -rf crosstool-ng
21
+rm -rf crosstool-ng-crosstool-ng-1.22.0
0 commit comments