File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11language : shell
22sudo : required
33dist : trusty
4+ group : deprecated-2017Q4
45services :
56 - docker
67
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ impl Step for CargoBook {
159159
160160 let target = self . target ;
161161 let name = self . name ;
162- let src = PathBuf :: from ( "src/tools/cargo/src/doc/book" ) ;
162+ let src = build . src . join ( "src/tools/cargo/src/doc/book" ) ;
163163
164164 let out = build. doc_out ( target) ;
165165 t ! ( fs:: create_dir_all( & out) ) ;
Original file line number Diff line number Diff line change 1010
1111set -ex
1212
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
13+ url=" https://github.com/crosstool-ng/crosstool-ng/archive/crosstool-ng-1.22.0.tar.gz"
14+ curl -Lf $url | tar xzf -
15+ cd crosstool-ng-crosstool-ng-1.22.0
16+ ./bootstrap
1617./configure --prefix=/usr/local
1718make -j$( nproc)
1819make install
1920cd ..
20- rm -rf crosstool-ng
21+ rm -rf crosstool-ng-crosstool-ng-1.22.0
You can’t perform that action at this time.
0 commit comments