mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-02 20:45:38 +02:00
snap: build without wrappers
Wrappers usually define things required for snaps to work like library path. Ripgrep being static binary doesn't need it at all. This will give minor speed up in scenarios when ripgrep is ran multiple times and can be considered as good practice for static binaries. PR #979
This commit is contained in:
parent
aa2ce39d14
commit
470afa1bd7
@ -11,4 +11,5 @@ parts:
|
||||
source: .
|
||||
apps:
|
||||
rg:
|
||||
command: env PATH=$SNAP/bin:$PATH rg
|
||||
adapter: none
|
||||
command: ./bin/rg
|
||||
|
Loading…
x
Reference in New Issue
Block a user