Skip to content

Commit

Permalink
Add onder-riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanonder committed Mar 9, 2024
1 parent 31ba329 commit a1f1267
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@
# FreBSD x86-64 clang
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),

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


Expand Down
5 changes: 5 additions & 0 deletions master/custom/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,9 @@ def get_workers(settings):
parallel_tests=4,
parallel_builders=2,
),
cpw(
name="onder-riscv64",
tags=['linux', 'unix', 'ubuntu', 'riscv64'],
parallel_tests=4,
),
]

0 comments on commit a1f1267

Please sign in to comment.