mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04: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
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user