CI: build: Add support to use container included external toolchain

Add support to use container included external toolchain and skip
redownloading external sdk for each test.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi
2022-12-17 15:07:28 +01:00
parent e1370cdd49
commit 0fe5776f4a
4 changed files with 23 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ jobs:
subtarget: 64
uses: ./.github/workflows/build.yml
with:
container_name: toolchain
target: ${{ matrix.target }}
subtarget: ${{ matrix.subtarget }}
build_kernel: true