2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-21 15:02:19 +00:00

Add PPC64 to verify QEMU issues are resolved.

Add ppc64 Ubuntu testing to verify that there are no more qemu
problems.

Fixes #49 - https://github.com/boostorg/build/issues/663
This commit is contained in:
Rene Rivera
2021-09-27 11:46:51 -05:00
parent 26f2dbccbc
commit ef558e9662

View File

@@ -24,8 +24,8 @@ jobs:
include:
- { name: 'Ubuntu 20.04 Focal (armhf)', image: 'multiarch/ubuntu-debootstrap:armhf-focal', cxx: 'g++', toolset: 'gcc' }
- { name: 'Ubuntu 20.04 Focal (arm64)', image: 'multiarch/ubuntu-debootstrap:arm64-focal', cxx: 'g++', toolset: 'gcc' }
- { name: 'Ubuntu 20.04 Focal (ppc64el)', image: 'multiarch/ubuntu-debootstrap:ppc64el-focal', cxx: 'g++', toolset: 'gcc' }
- { name: 'Debian 11 Bullseye (armhf)', image: 'multiarch/debian-debootstrap:armhf-bullseye', cxx: 'g++', toolset: 'gcc' }
- { name: 'Debian 11 Bullseye (arm64)', image: 'multiarch/debian-debootstrap:arm64-bullseye', cxx: 'g++', toolset: 'gcc' }
name: ${{ matrix.name }}
runs-on: ubuntu-latest
env:
@@ -38,7 +38,6 @@ jobs:
steps:
- name: 'Checkout'
uses: actions/checkout@master
with: { submodules: true }
- name: 'Install'
run: |
sudo apt-get -o Acquire::Retries=3 update
@@ -55,7 +54,6 @@ jobs:
ls -laF ${{ github.workspace }}
- name: 'Run'
uses: addnab/docker-run-action@v3
continue-on-error: true
with:
image: ${{ matrix.image }}
options: -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --env-file docker-run-action.env