File tree Expand file tree Collapse file tree 4 files changed +6
-45
lines changed Expand file tree Collapse file tree 4 files changed +6
-45
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,10 @@ jobs:
114
114
os : macos-latest
115
115
rust : nightly
116
116
target : x86_64-apple-darwin
117
+ - build : macos
118
+ os : macos-latest
119
+ rust : nightly
120
+ target : aarch64-apple-darwin
117
121
- build : win-msvc
118
122
os : windows-latest
119
123
rust : nightly
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ Bug fixes:
33
33
Fix a bug where ` -q --files-without-match ` inverted the exit code.
34
34
* [ BUG #3140 ] ( https://github.com/BurntSushi/ripgrep/issues/3140 ) :
35
35
Ensure hyphens in flag names are escaped in the roff text for the man page.
36
+ * [ BUG #3155 ] ( https://github.com/BurntSushi/ripgrep/issues/3155 ) :
37
+ Statically compile PCRE2 into macOS release artifacts on ` aarch64 ` .
36
38
37
39
Feature enhancements:
38
40
Original file line number Diff line number Diff line change 41
41
> tool that recursively searches the current directory for a regex pattern.
42
42
> By default, ripgrep will respect gitignore rules and automatically skip
43
43
> hidden files/directories and binary files.
44
- * Run ` git checkout {VERSION} && ci/build-and-publish-m2 {VERSION} ` on a macOS
45
- system with Apple silicon.
46
44
* Run ` cargo publish ` .
47
45
* Run ` ci/sha256-releases {VERSION} >> pkg/brew/ripgrep-bin.rb ` . Then edit
48
46
` pkg/brew/ripgrep-bin.rb ` to update the version number and sha256 hashes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments