Skip to content

Commit

Permalink
gh-467: Add onder-riscv64 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanonder committed Mar 10, 2024
1 parent 31ba329 commit 71c6023
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions master/custom/builders.py
Expand Up @@ -301,6 +301,9 @@

# Solaris sparcv9
("SPARCv9 Oracle Solaris 11.4", "kulikjak-solaris-sparcv9", UnixBuild),

# riscv64 GCC
("riscv64 Ubuntu23", "onder-riscv64", UnixBuild),
]


Expand Down
6 changes: 6 additions & 0 deletions master/custom/workers.py
Expand Up @@ -314,4 +314,10 @@ def get_workers(settings):
parallel_tests=4,
parallel_builders=2,
),
cpw(
name="onder-riscv64",
tags=['linux', 'unix', 'ubuntu', 'riscv64'],
not_branches=['3.9', '3.10'],
parallel_tests=4,
),
]

0 comments on commit 71c6023

Please sign in to comment.