CI: use toolchain container for label workflow
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 28 May 2023 01:44:01 +0000 (03:44 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 28 May 2023 01:45:42 +0000 (03:45 +0200)
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>
.github/workflows/label-kernel.yml
.github/workflows/label-target.yml

index e5ca945a645852663d5fabb0a36c07d0e68f5c5f..67faaddfcdfce4691e3af905b683d21e00ce66f3 100644 (file)
@@ -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
index 157e8caaad7085cd8c869735ca1a7caaa41fa44a..78aea28b106b807ea678b70de5598db7e485f851 100644 (file)
@@ -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