CI: Enable runtime_test for mips_24kc

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
This commit is contained in:
Van Waholtz 2023-05-01 19:04:24 +08:00 committed by Rosen Penev
parent 10986d56c9
commit 20a803aa03
1 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
- arch: mips_24kc
target: ath79-generic
runtime_test: false
runtime_test: true
- arch: mipsel_24kc
target: mt7621
@ -162,7 +162,9 @@ jobs:
- name: Register QEMU
if: ${{ matrix.runtime_test }}
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
if: ${{ matrix.runtime_test }}