[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] CI: Fixes/cleanup in preparation for RISCV
- To: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Fri, 30 Dec 2022 00:38:42 +0000
- Authentication-results: esa2.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
- Delivery-date: Fri, 30 Dec 2022 00:39:11 +0000
- Ironport-data: A9a23:ewpw8q7/6mMJ3CvY8I1j4gxRtPXHchMFZxGqfqrLsTDasY5as4F+v jEbCj+BPfbeZWT3f9AjbYTg8B8BsJ+Bn99lQQRu/C0wHi5G8cbLO4+Ufxz6V8+wwm8vb2o8t plDNYOQRCwQZiWBzvt4GuG59RGQ7YnRGvynTraBYnoqLeNdYH9JoQp5nOIkiZJfj9G8Agec0 fv/uMSaM1K+s9JOGjt8B5mr9VU+4pwehBtC5gZkPKoR7QeF/5UoJMl3yZ+ZfiOQrrZ8RoZWd 86bpJml82XQ+QsaC9/Nut4XpWVTH9Y+lSDX4pZnc/DKbipq/0Te4Y5iXBYoUm9Fii3hojxE4 I4lWapc6+seFvakdOw1C3G0GszlVEFM0OevzXOX6aR/w6BaGpdFLjoH4EweZOUlFuhL7W5mq fYcMRUAPyG4peO1+q++b8c9npV8I5y+VG8fkikIITDxCP8nRdbIQrnQ5M8e1zA17ixMNa+AP YxDM2MpNUmeJU0UUrsUIMtWcOOAr3/zaTBH7nmSorI6+TP7xw1tyrn9dtHSf7RmQO0ExhvC9 z2ZrwwVBDkZFPqVlX3a/Eie2LfynBvEeYQzGpmRo6sCbFq7mTVIVUx+uUGAify4gU63X5RYM V4Z/gInqKR0/0uuJvH6WxC7u3+F+B0BQd1bE+49wA6Iw6vQpQ2eAwAsXjNHLdArqsIybTgrz UOS2cPkAyR1t7+YQm7b8a2bxRu5MDIZKmIqbiYeQQwIpdLkpekblQnTR9xuFKq0iNzdGjzqx T2O6i8kiN0uYdUjjvvhuwqd2nT1+8aPHlVdChjrsnyNsgl9fauoNr2Ty1nY1+tFCajIVgjes y1R8ySB19wmAZaInS2LZewCGrC1+vqIWAHhbU5T84oJrGr0pSP6FWxEyHQnfRoybJ5YEdP8S BWL0T698qO/K5dDgUVfR4uqQ/onwqH7fTgOfqCFN4EeCnSdmeLuwc2PWaJy9zq2+KTPuftlU Xt+TSpLJShyNEif5GDqL9rxKJdyrszE+UvdRIrg0zOs2qeEaXieRN8taQXRNLtivPPa8V+Eq L6z0vdmLD0GCoXDjtT/q9ZPfTjm01BgbXwJlyCnXrHaeVc3cI3QI/TQ3akga+RYokihrc+Rp ivVchYBmDLCaYjvdV3ihoZLNOm+Av6SbBsTYUQRALpf8yJyPNvxvf9PLPPav9APrYRe8BK9d NFdE+3oPxiFYm2vF+g1BXUlkLFfSQ==
- Ironport-hdrordr: A9a23:OJjypK6DBsyy4wSKKAPXwMbXdLJyesId70hD6qkRc3Bom6mj/P xG88516faZslgssRMb+exoSZPgfZq0z/cci+Qs1NyZLWrbUQWTXeRfxLqn7zr8GzDvss5xvJ 0QF5SW0eeAb2RHsQ==
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
This series is intended to avoid the need for any editing of
automation/scripts/build in the main RISCV series.
https://gitlab.com/xen-project/people/andyhhp/xen/-/pipelines/734584203
https://gitlab.com/xen-project/people/andyhhp/xen/-/commits/auto-build
The two Ubuntu Bionic failures are known and preexisting.
Andrew Cooper (6):
CI: Drop automation/configs/
CI: Remove guesswork about which artefacts to preserve
CI: Only calculate ./configure args if needed
CI: Express HYPERVISOR_ONLY in build.yml
CI: Fix build script when CROSS_COMPILE is in use
CI: Simplify the MUSL check
automation/configs/x86/hvm_only_config | 3 -
automation/configs/x86/no_hvm_pv_config | 3 -
automation/configs/x86/pv_only_config | 3 -
automation/gitlab-ci/build.yaml | 2 +
automation/scripts/build | 127 ++++++++++++++------------------
5 files changed, 59 insertions(+), 79 deletions(-)
delete mode 100644 automation/configs/x86/hvm_only_config
delete mode 100644 automation/configs/x86/no_hvm_pv_config
delete mode 100644 automation/configs/x86/pv_only_config
--
2.11.0
|