mirror of
https://github.com/janet-lang/janet
synced 2025-11-19 08:45:11 +00:00
Compare commits
2 Commits
v1.40.1
...
s390x-ci-f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32922ec376 | ||
|
|
9aae9f3add |
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -125,11 +125,11 @@ jobs:
|
|||||||
|
|
||||||
test-s390x-linux:
|
test-s390x-linux:
|
||||||
name: Build and test s390x in qemu
|
name: Build and test s390x in qemu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Do Qemu build and test
|
- name: Do Qemu build and test
|
||||||
run: |
|
run: |
|
||||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||||
docker run --rm -v .:/janet s390x/ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && cd /janet && make -j3 && make test"
|
docker run --rm -v .:/janet -t s390x/ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && cd /janet && make -j3 && make test"
|
||||||
|
|||||||
Reference in New Issue
Block a user