Skip to content

Commit

Permalink
addpatch: starship
Browse files Browse the repository at this point in the history
Workaround for buggy RVV detection in zlib-ng, see zlib-ng/zlib-ng#1705
  • Loading branch information
xctan committed Mar 27, 2024
1 parent 4e0bbac commit 6e9ced0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions starship/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
--- PKGBUILD
+++ PKGBUILD
@@ -37,12 +37,16 @@ build() {
cargo build \
--release \
--frozen \
+ --no-default-features \
+ --features battery,notify,gix-faster \
--manifest-path starship/Cargo.toml
}

check() {
cargo test \
--frozen \
+ --no-default-features \
+ --features battery,notify,gix-faster \
--manifest-path starship/Cargo.toml
}

0 comments on commit 6e9ced0

Please sign in to comment.