Skip to content

Commit 8684ff3

Browse files
committed
GH-518 Try simplifying non_x86_ubuntu.
1 parent 4865f61 commit 8684ff3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@ jobs:
232232
- uses: actions/checkout@main
233233
with:
234234
submodules: recursive
235-
- name: Get the qemu container
236-
id: qemu
237-
uses: docker/setup-qemu-action@v1
238-
with:
239-
image: tonistiigi/binfmt:latest
240-
platforms: all
241-
- name: Run tests on ${{ matrix.platform }}
235+
# - name: Get the qemu container
236+
# id: qemu
237+
# uses: docker/setup-qemu-action@v1
238+
# with:
239+
# image: tonistiigi/binfmt:latest
240+
# platforms: all
241+
- name: Run tests on ${{ matrix.platform.name }}
242242
run: docker run --rm --interactive --platform ${{ matrix.platform.docker_platform }} --mount type=bind,source=$(pwd),target=/host ${{ matrix.platform.name }}/ubuntu:latest bash -c "apt update && apt install -y cpanminus make gcc openssl libssl-dev zlib1g-dev && perl -V && cd /host && cpanm --notest --verbose --installdeps . || find /root/.cpanm/work/ -type f | xargs cat; perl Makefile.PL && make test"
243243

244244
BSDs:

0 commit comments

Comments
 (0)