mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 23:34:32 +04:00
CI: Enable runtime_test for mips_24kc
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
This commit is contained in:
6
.github/workflows/multi-arch-test-build.yml
vendored
6
.github/workflows/multi-arch-test-build.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
- arch: mips_24kc
|
- arch: mips_24kc
|
||||||
target: ath79-generic
|
target: ath79-generic
|
||||||
runtime_test: false
|
runtime_test: true
|
||||||
|
|
||||||
- arch: powerpc_464fp
|
- arch: powerpc_464fp
|
||||||
target: apm821xx-nand
|
target: apm821xx-nand
|
||||||
@@ -120,7 +120,9 @@ jobs:
|
|||||||
- name: Register QEMU
|
- name: Register QEMU
|
||||||
if: ${{ matrix.runtime_test }}
|
if: ${{ matrix.runtime_test }}
|
||||||
run: |
|
run: |
|
||||||
sudo docker run --rm --privileged aptman/qus -s -- -p
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y qemu-user-static binfmt-support
|
||||||
|
sudo update-binfmts --import
|
||||||
|
|
||||||
- name: Build Docker container
|
- name: Build Docker container
|
||||||
if: ${{ matrix.runtime_test }}
|
if: ${{ matrix.runtime_test }}
|
||||||
|
|||||||
Reference in New Issue
Block a user