1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-04 21:52:54 +02:00

ci: remove local deb build-and-publish script

I moved this to GitHub Actions. w00t.
This commit is contained in:
Andrew Gallant
2023-11-25 18:27:23 -05:00
parent 3dbe371fe4
commit b0f6645408
2 changed files with 0 additions and 60 deletions

View File

@ -40,8 +40,6 @@
> tool that recursively searches the current directory for a regex pattern.
> By default, ripgrep will respect gitignore rules and automatically skip
> hidden files/directories and binary files.
* Run `git checkout $version && ci/build-and-publish-deb $version` on a Linux
system that has `cargo deb` installed.
* Run `git checkout $version && ci/build-and-publish-m2 $version` on a macOS
system with Apple silicon.
* Run `cargo publish`.