Skip to content

Commit 0d13e61

Browse files
committed
fix: add build tags to ensure that tkey target has stubs for runtime/interrupt package
Signed-off-by: deadprogram <[email protected]>
1 parent 5701bf8 commit 0d13e61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/runtime/interrupt/interrupt_none.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !baremetal
1+
//go:build !baremetal || tkey
22

33
package interrupt
44

src/runtime/interrupt/interrupt_tinygoriscv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build tinygo.riscv
1+
//go:build tinygo.riscv && !tkey
22

33
package interrupt
44

0 commit comments

Comments
 (0)