-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Build system hits unreachable on unknown CPU name #18876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Comments
same thing happens for unknown OS
|
tjog
added a commit
to tjog/zig
that referenced
this issue
Feb 13, 2024
Also do not clobber diagnostics when non null Fixes ziglang#18876
tjog
added a commit
to tjog/zig
that referenced
this issue
Feb 13, 2024
Also do not clobber diagnostics when non null Fixes ziglang#18876
tjog
added a commit
to tjog/zig
that referenced
this issue
Feb 14, 2024
Also do not clobber diagnostics when non null Fixes ziglang#18876
tjog
added a commit
to tjog/zig
that referenced
this issue
Feb 14, 2024
Also do not clobber diagnostics when non null Fixes ziglang#18876
tjog
added a commit
to tjog/zig
that referenced
this issue
Feb 14, 2024
Also address clobbering diagnostics field with an assert and doc comment to use the Target.Query.parse function themselves. Fixes ziglang#18876
Rexicon226
pushed a commit
to Rexicon226/zig
that referenced
this issue
Feb 16, 2024
Also address clobbering diagnostics field with an assert and doc comment to use the Target.Query.parse function themselves. Fixes ziglang#18876
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Zig Version
0.12.0-dev.2640+b3aed4e2c
Steps to Reproduce and Observed Behavior
Expected Behavior
The error being printed properly.
The text was updated successfully, but these errors were encountered: