CI: use toolchain container for label workflow
Use toolchain container for label workflow to skip downloading external toolchain from openwrt servers. Fixes: 0fe5776f4a79 ("CI: build: Add support to use container included external toolchain") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
ba58245e83
commit
66fd0aa6ef
1
.github/workflows/label-kernel.yml
vendored
1
.github/workflows/label-kernel.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
packages: read
|
packages: read
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
|
container_name: toolchain
|
||||||
target: ${{ needs.set_target.outputs.target }}
|
target: ${{ needs.set_target.outputs.target }}
|
||||||
subtarget: ${{ needs.set_target.outputs.subtarget }}
|
subtarget: ${{ needs.set_target.outputs.subtarget }}
|
||||||
build_kernel: true
|
build_kernel: true
|
||||||
|
1
.github/workflows/label-target.yml
vendored
1
.github/workflows/label-target.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
packages: read
|
packages: read
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
|
container_name: toolchain
|
||||||
target: ${{ needs.set_target.outputs.target }}
|
target: ${{ needs.set_target.outputs.target }}
|
||||||
subtarget: ${{ needs.set_target.outputs.subtarget }}
|
subtarget: ${{ needs.set_target.outputs.subtarget }}
|
||||||
build_full: true
|
build_full: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user