mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
disable plan9 test
This experimental target has no recent active maintainer. It's the only linker backend complaining about this branch and I can't make sense of the stack trace. This can be fixed asynchronously by anyone who wants to maintain plan9 support. It does not need to block this branch.
This commit is contained in:
parent
2e14cbe9cd
commit
737b581681
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
pub fn main() void {}
|
pub fn main() void {}
|
||||||
|
|
||||||
// run
|
// run
|
||||||
// target=x86_64-linux,x86_64-macos,x86_64-windows,x86_64-plan9
|
// target=x86_64-linux,x86_64-macos,x86_64-windows
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue