From: Bruno Haible Date: Wed, 15 Nov 2023 17:07:21 +0000 (+0100) Subject: More info. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=041d88fdee67fe15734f0cbaf188af288d9f3e99;p=gnulib%2Fmaint-tools.git More info. * platforms/test-environments.txt: Mention Matoro's ISA Sandbox. --- diff --git a/platforms/test-environments.txt b/platforms/test-environments.txt index 5e818e81..3154eb56 100644 --- a/platforms/test-environments.txt +++ b/platforms/test-environments.txt @@ -68,6 +68,39 @@ For the following OSes, the simplest approach is to buy some real hardware: Testing specific CPUs ===================== +The compile farm +---------------- + +The compile farm (formerly known as GCC compile farm) + +offers developer accounts for Free Software contributors. +After obtaining an account, you have ssh access to machines +with glibc and the following CPUs: + - arm64 + - loongarch64 + - mips64 + - powerpc64, powerpc64le + + +Matoro's ISA Sandbox +-------------------- + +This is a small compile farm focused on glibc machines with +rare CPUs. + +offers developer accounts. +After obtaining an account, you have ssh access to machines +with glibc and the following CPUs: + - alpha + - hppa + - ia64 + - loongarch64 + - mips64 + - powerpc64, powerpc64le + - riscv64 + - sparc64 + + Emulated virtual machines -------------------------