aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-05-28 03:44:01 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2023-05-28 03:47:01 +0200
commit3a1cb63336ec5a6e4d8d7cea142925751e1321d5 (patch)
tree1e141aa67f8c7cd3efc01dc95a87e2caaffc2713 /.github
parent4174768d9f764faccae376723dbac132b2c11fe9 (diff)
downloadupstream-3a1cb63336ec5a6e4d8d7cea142925751e1321d5.tar.gz
upstream-3a1cb63336ec5a6e4d8d7cea142925751e1321d5.tar.bz2
upstream-3a1cb63336ec5a6e4d8d7cea142925751e1321d5.zip
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> (cherry picked from commit 66fd0aa6efac3690fdc46c94a4657faacf3070dd)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/label-kernel.yml1
-rw-r--r--.github/workflows/label-target.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/label-kernel.yml b/.github/workflows/label-kernel.yml
index e5ca945a64..67faaddfcd 100644
--- a/.github/workflows/label-kernel.yml
+++ b/.github/workflows/label-kernel.yml
@@ -32,6 +32,7 @@ jobs:
packages: read
uses: ./.github/workflows/build.yml
with:
+ container_name: toolchain
target: ${{ needs.set_target.outputs.target }}
subtarget: ${{ needs.set_target.outputs.subtarget }}
build_kernel: true
diff --git a/.github/workflows/label-target.yml b/.github/workflows/label-target.yml
index 157e8caaad..78aea28b10 100644
--- a/.github/workflows/label-target.yml
+++ b/.github/workflows/label-target.yml
@@ -32,6 +32,7 @@ jobs:
packages: read
uses: ./.github/workflows/build.yml
with:
+ container_name: toolchain
target: ${{ needs.set_target.outputs.target }}
subtarget: ${{ needs.set_target.outputs.subtarget }}
build_full: true