projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61997c8
)
CI: Enable runtime_test for mips_24kc
author
Van Waholtz
<brvphoenix@gmail.com>
Mon, 1 May 2023 11:04:24 +0000
(19:04 +0800)
committer
Nick Hainke
<vincent@systemli.org>
Mon, 26 Jun 2023 09:29:59 +0000
(11:29 +0200)
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
.github/workflows/multi-arch-test-build.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/multi-arch-test-build.yml
b/.github/workflows/multi-arch-test-build.yml
index 9214af73543e20629a7812015d95822e8da50349..b0da82ca68cefb23884086892d885762eeee5cfe 100644
(file)
--- a/
.github/workflows/multi-arch-test-build.yml
+++ b/
.github/workflows/multi-arch-test-build.yml
@@
-17,7
+17,7
@@
jobs:
- arch: mips_24kc
target: ath79-generic
- runtime_test:
fals
e
+ runtime_test:
tru
e
- arch: powerpc_464fp
target: apm821xx-nand
@@
-120,7
+120,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 }}