| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| site='https://github.com/starship/starship/releases' | ||
| pattern='v\K[\d]+\.[\d]+\.[\d]+' |
There was a problem hiding this comment.
Can you check if
| site='https://github.com/starship/starship/releases' | |
| pattern='v\K[\d]+\.[\d]+\.[\d]+' | |
| site='https://github.com/starship/starship' |
works?
Sorry, something went wrong.
There was a problem hiding this comment.
Doesn't seem to work
Sorry, something went wrong.
| hostmakedepends="pkg-config libgit2-devel" | ||
| makedepends="openssl-devel libgit2-devel" |
There was a problem hiding this comment.
Why remove libgit2 now?
Sorry, something went wrong.
There was a problem hiding this comment.
It is probably not picking up because we have 1.0 (see #28456), which means it builds a statically linked libgit2. But libgit2-devel also pulls in zlib-devel, which is necessary here, otherwise it will also build a statically linked copy of zlib.
Sorry, something went wrong.
There was a problem hiding this comment.
Ah yes my mistake. I forgot that PR hasn't been merged
Sorry, something went wrong.
|
I don't think the update file is necessary anymore? |
Sorry, something went wrong.
|
Yes deleted |
Sorry, something went wrong.
|
Maybe report left: `Some("\u{1b}[1;33mastronaut\u{1b}[0m in ")`,
right: `Some("\u{1b}[1;31mastronaut\u{1b}[0m in ")`', src/modules/username.rs:156:9
their way? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
General
Have the results of the proposed changes been tested?