Skip to content

Commit

Permalink
fix: add build tags to ensure that tkey target has stubs for runtime/…
Browse files Browse the repository at this point in the history
…interrupt package

Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 18, 2024
1 parent 5701bf8 commit 0d13e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/runtime/interrupt/interrupt_none.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !baremetal
//go:build !baremetal || tkey

package interrupt

Expand Down
2 changes: 1 addition & 1 deletion src/runtime/interrupt/interrupt_tinygoriscv.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build tinygo.riscv
//go:build tinygo.riscv && !tkey

package interrupt

Expand Down

0 comments on commit 0d13e61

Please sign in to comment.