Mark Rustdoc test as Linux-only · rust-lang/rust@469d34b (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 469d34b
Mark Rustdoc test as Linux-only
Due to incorrect CI configuration, this test was not being run on macOS. aarch64-apple-darwin will start running it, so we correct the configuration.
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | // aux-build:panic-handler.rs |
2 | 2 | // compile-flags: --document-private-items |
3 | 3 | // build-pass |
4 | -// ignore-windows | |
4 | +// only-linux | |
5 | 5 | |
6 | 6 | #![no_std] |
7 | 7 | #![no_main] |