Skip to content
Snippets Groups Projects
Commit 67d21d55 authored by Stefan Lankes's avatar Stefan Lankes
Browse files

disable default features for the target aarch64

parent 48a2f96a
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ jobs:
- name: Check docs
run: |
cargo doc --package libhermit-rs --no-deps --document-private-items --target x86_64-unknown-none
cargo doc --package libhermit-rs --no-deps --document-private-items --target aarch64-unknown-none-softfloat
cargo doc --package libhermit-rs --no-deps --document-private-items --target aarch64-unknown-none-softfloat --no-default-features
build:
name: Build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment