Skip to content

Commit

Permalink
CI: enable runtime test for mips
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
  • Loading branch information
1715173329 committed Sep 30, 2023
1 parent cd5640e commit 1e18f5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/multi-arch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- arch: mips64_octeonplus
runtime_test: false
- arch: mips_24kc
runtime_test: false
runtime_test: true
- arch: mips_4kec
runtime_test: false
- arch: mips_mips32
Expand Down Expand Up @@ -136,7 +136,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 }}
Expand Down

0 comments on commit 1e18f5e

Please sign in to comment.