File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ TARGET=$ARCH-linux-musl
32
32
33
33
# Don't depend on the mirrors of sabotage linux that musl-cross-make uses.
34
34
LINUX_HEADERS_SITE=https://ci-mirrors.rust-lang.org/rustc/sabotage-linux-tarballs
35
+ LINUX_VER=headers-4.19.88
35
36
36
37
OUTPUT=/usr/local
37
38
shift
@@ -47,8 +48,8 @@ cd musl-cross-make
47
48
# A version that includes support for building musl 1.2.3
48
49
git checkout fe915821b652a7fa37b34a596f47d8e20bc72338
49
50
50
- hide_output make -j$( nproc) TARGET=$TARGET MUSL_VER=1.2.3 LINUX_HEADERS_SITE=$LINUX_HEADERS_SITE
51
- hide_output make install TARGET=$TARGET MUSL_VER=1.2.3 LINUX_HEADERS_SITE=$LINUX_HEADERS_SITE OUTPUT=$OUTPUT
51
+ hide_output make -j$( nproc) TARGET=$TARGET MUSL_VER=1.2.3 LINUX_HEADERS_SITE=$LINUX_HEADERS_SITE LINUX_VER= $LINUX_VER
52
+ hide_output make install TARGET=$TARGET MUSL_VER=1.2.3 LINUX_HEADERS_SITE=$LINUX_HEADERS_SITE LINUX_VER= $LINUX_VER OUTPUT=$OUTPUT
52
53
53
54
cd -
54
55
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export MIRRORS_BASE="https://ci-mirrors.rust-lang.org/rustc"
12
12
function retry {
13
13
echo " Attempting with retry:" " $@ "
14
14
local n=1
15
- local max=5
15
+ local max=1
16
16
while true ; do
17
17
" $@ " && break || {
18
18
if [[ $n -lt $max ]]; then
You can’t perform that action at this time.
0 commit comments