Skip to content

Commit

Permalink
Disable RISC-V
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Mar 13, 2023
1 parent 2aeb340 commit e05c3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/conf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ let pool_of_arch = function
| `Ppc64le -> "linux-ppc64"
| `Riscv64 -> "linux-riscv64"

let disabled_arches = []
let disabled_arches = [ `Riscv64 (* Unsufficient capacity in the pool *) ]

(* Arches supported by [distro] but unsupported by [DD.master_distro]. *)
let supplementary_arches ov master_distro distro =
Expand Down

0 comments on commit e05c3b3

Please sign in to comment.