-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
synocli-file: try to fix build of ripgrep (#6050)
* fix ripgrep builds within spk/syncli-file - remove to force static pcre2-sys for ripgrep (was PCRE2_SYS_STATIC=1 and CARGO_BUILD_ARGS += --features 'pcre2') * update pcre2 from v10.42 to v10.43 finally both changes are optional to fix the build (i.e. the build succeeded and the former error cause is unknown).
- Loading branch information
Showing
5 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pcre2-10.42.tar.bz2 SHA1 9876f2165ed6ee38d1853a8e2eaafdfbcb291b76 | ||
pcre2-10.42.tar.bz2 SHA256 8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840 | ||
pcre2-10.42.tar.bz2 MD5 a8e9ab2935d428a4807461f183034abe | ||
pcre2-10.43.tar.bz2 SHA1 300aede670b6c514e7edcd0d603e586ea66f1ee6 | ||
pcre2-10.43.tar.bz2 SHA256 e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb | ||
pcre2-10.43.tar.bz2 MD5 c8e2043cbc4abb80e76dba323f7c409f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters