mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2026-02-02 23:47:48 +05:00
test 3
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -372,8 +372,13 @@ jobs:
|
||||
id: kernel
|
||||
if: ${{ steps.tools.outputs.status == 'success' && github.event.inputs.fake_build != 'true' }}
|
||||
run: |
|
||||
make target/linux/compile -j$(npoc)
|
||||
make target/linux/compile -j$(nproc)
|
||||
echo "status=success" >> $GITHUB_OUTPUT
|
||||
echo "====== package/utils/lua/host/compile"
|
||||
make package/utils/lua/host/compile
|
||||
echo "====== package/system/apk/host/compile"
|
||||
make package/system/apk/host/compile
|
||||
echo "====== package/feeds/packages/mdio-netlink"
|
||||
make package/feeds/packages/mdio-netlink/compile V=s --debug=j
|
||||
|
||||
- name: XXX compile
|
||||
|
||||
Reference in New Issue
Block a user