mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2026-02-02 23:47:48 +05:00
Compare commits
1 Commits
v25
...
979043f064
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
979043f064 |
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