Skip to content

Commit

Permalink
Run no_core rustdoc tests on Linux only.
Browse files Browse the repository at this point in the history
Windows on Macos ARM64 produce linker errors.
  • Loading branch information
hkratz committed Sep 22, 2021
1 parent e7958d3 commit da6f01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/rustdoc/cross-crate-primitive-doc.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// aux-build:primitive-doc.rs
// compile-flags: --extern-html-root-url=primitive_doc=../ -Z unstable-options
// ignore-windows
// only-linux

#![feature(no_core)]
#![no_core]
Expand Down
2 changes: 1 addition & 1 deletion src/test/rustdoc/intra-doc/prim-methods-external-core.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// aux-build:my-core.rs
// build-aux-docs
// ignore-cross-compile
// ignore-windows
// only-linux

#![deny(broken_intra_doc_links)]
#![feature(no_core, lang_items)]
Expand Down

0 comments on commit da6f01d

Please sign in to comment.