mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-util/rust-analyzer: skip failing test
requires out of tree git repo Signed-off-by: James Beddek <telans@posteo.de>
This commit is contained in:
@@ -191,6 +191,11 @@ src_unpack() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
# Requires out of source git repo.
|
||||||
|
cargo_src_test -- --skip "tidy::check_merge_commits"
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install --path "./crates/rust-analyzer"
|
cargo_src_install --path "./crates/rust-analyzer"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -191,6 +191,11 @@ src_unpack() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
# Requires out of source git repo.
|
||||||
|
cargo_src_test -- --skip "tidy::check_merge_commits"
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install --path "./crates/rust-analyzer"
|
cargo_src_install --path "./crates/rust-analyzer"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,6 +38,11 @@ src_unpack() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
# Requires out of source git repo.
|
||||||
|
cargo_src_test -- --skip "tidy::check_merge_commits"
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install --path "./crates/rust-analyzer"
|
cargo_src_install --path "./crates/rust-analyzer"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user