Message ID | 20220922135516.33627-1-lucas.araujo@eldorado.org.br (mailing list archive) |
---|---|
Headers | show |
Series | Patch series to set up a ppc64le CI | expand |
"Lucas Mateus Castro(alqotel)" <lucas.araujo@eldorado.org.br> writes: > This patch series aim to make easier to set up a compilation and CI > environment on PPC64 and PPC64LE machines. Queued to testing/next, thanks. Do we have a donated ppc64 machine to add to the custom runners? > v3: > Changed patch 1 to respect alphabetical order > > v2: > This patch series are only patches 2-4 of v1 and an alternative to patch 1 > suggested by Daniel. > > Lucas Mateus Castro (alqotel) (4): > scripts/ci/setup: ninja missing from build-environment > scripts/ci/setup: Fix libxen requirements > scripts/ci/setup: spice-server only on x86 aarch64 > tests/docker: run script use realpath instead of readlink > > scripts/ci/setup/build-environment.yml | 15 +++++++++++++-- > tests/docker/run | 2 +- > 2 files changed, 14 insertions(+), 3 deletions(-)
On 22/09/2022 13:32, Alex Bennée wrote: > "Lucas Mateus Castro(alqotel)" <lucas.araujo@eldorado.org.br> writes: > >> This patch series aim to make easier to set up a compilation and CI >> environment on PPC64 and PPC64LE machines. > > Queued to testing/next, thanks. > > Do we have a donated ppc64 machine to add to the custom runners? > I probably should have changed the message, this is just a restructuring of a patch series originally to set up a CI for PPC64 (<20220727163632.59806-1-lucas.araujo@eldorado.org.br>), but Daniel pointed some uncertainty in the infrastructure originally planned to be used for this CI (<e8609bda-865f-42c8-9234-75b082ca9df0@gmail.com>) and asked for a resend of patch 1-4 as those were general fixes in scripts I found while using them to set up a PPC machine with ansible and run some docker tests. So as of right now this patch series is not about set up a CI for PPC64/PPC64LE. >> v3: >> Changed patch 1 to respect alphabetical order >> >> v2: >> This patch series are only patches 2-4 of v1 and an alternative to patch 1 >> suggested by Daniel. >> >> Lucas Mateus Castro (alqotel) (4): >> scripts/ci/setup: ninja missing from build-environment >> scripts/ci/setup: Fix libxen requirements >> scripts/ci/setup: spice-server only on x86 aarch64 >> tests/docker: run script use realpath instead of readlink >> >> scripts/ci/setup/build-environment.yml | 15 +++++++++++++-- >> tests/docker/run | 2 +- >> 2 files changed, 14 insertions(+), 3 deletions(-) > > > -- > Alex Bennée