Skip to content

Commit

Permalink
Merge pull request #30 from cfrantz/riscv32
Browse files Browse the repository at this point in the history
Add a `riscv32` cpu constraint.
  • Loading branch information
aiuto authored Oct 1, 2021
2 parents 3570329 + a580781 commit e658a6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ constraint_value(
constraint_setting = ":cpu",
)

constraint_value(
name = "riscv32",
constraint_setting = ":cpu",
)

constraint_value(
name = "riscv64",
constraint_setting = ":cpu",
Expand Down

0 comments on commit e658a6a

Please sign in to comment.