mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Thanks, Agostino Sarubbo for finding the test phase and install phase bugs - sys crate fixes were generated using:50826abbf4and it's deps fixes are for the same reason as commit6c4a37fb4c- more test skips are added, either because they need the internet, or it's an actual upstream problem that would be hard for me to patch in downstream. `--no-fail-test` flag is also added to run all tests even if any fails, in order to get the full list of failed tests, which makes it easier to bump and maintain - changed the hardcoded target/release paths to $(cargo_target_dir), that way it doesn't fail if DEBUG USE is set. Closes: https://bugs.gentoo.org/975031 Closes: https://bugs.gentoo.org/975032 Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>