Only build for linux on docs.rs (#611)
The public documentation is minimal and doesn't change between platforms, so we only build them for linux on docs.rs to save their build machines some cycles.
This commit is contained in:
parent
e79482f2dc
commit
2da5581d0f
@ -44,3 +44,9 @@ which = "3"
|
||||
# to crates.io. In the meantime, we can publish with nighlty cargo.
|
||||
[dev-dependencies.test-utilities]
|
||||
path = "test-utilities"
|
||||
|
||||
# The public documentation is minimal and doesn't change between
|
||||
# platforms, so we only build them for linux on docs.rs to save
|
||||
# their build machines some cycles.
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
Loading…
Reference in New Issue
Block a user