Skip to content

Commit e3a70d4

Browse files
Move riscv64 Ubuntu builder to stable (#750)
Rename `riscv64 Ubuntu23` to `riscv64 Ubuntu`.
1 parent af1447f commit e3a70d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

master/custom/builders.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ def generate_builderdefs(tags, tuples):
298298
# Linux x86 (32-bit) GCC
299299
("x86 Debian Non-Debug with X", "ware-debian-x86", NonDebugUnixBuild),
300300
("x86 Debian Installed with X", "ware-debian-x86", UnixInstalledBuild),
301+
302+
# riscv64 GCC
303+
("riscv64 Ubuntu", "onder-riscv64", SlowUnixInstalledBuild),
301304
]))
302305

303306

@@ -415,9 +418,6 @@ def generate_builderdefs(tags, tuples):
415418
# Solaris sparcv9
416419
("SPARCv9 Oracle Solaris 11.4", "kulikjak-solaris-sparcv9", UnixBuild),
417420

418-
# riscv64 GCC
419-
("riscv64 Ubuntu23", "onder-riscv64", SlowUnixInstalledBuild),
420-
421421
# Arch Usan (see stable "AMD64 Arch Linux Usan Function" above)
422422
("AMD64 Arch Linux Usan", "pablogsal-arch-x86_64", ClangUbsanLinuxBuild),
423423
]))

0 commit comments

Comments
 (0)