File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
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
You can’t perform that action at this time.
0 commit comments