mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2025-12-30 10:33:38 +05:00
build: Add make tools and toolchain
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -243,6 +243,8 @@ jobs:
|
||||
cd $BUILD_ROOT
|
||||
MAKE_JOBS=$(($(nproc)+1))
|
||||
echo "$MAKE_JOBS thread compile"
|
||||
make tools/install -j$MAKE_JOBS
|
||||
make toolchain/install -j$MAKE_JOBS
|
||||
if [ "$FAKE_BUILD" != "true" -a "$TEST_BUILD" = "true" -a "$PACKAGE_DIR" != "" ]; then
|
||||
make $PACKAGE_DIR/compile V=sc BUILD_LOG=1
|
||||
exit 99
|
||||
|
||||
Reference in New Issue
Block a user