microsoft / ripgrep-prebuilt

Builds ripgrep on Azure Pipelines for multiple platforms and makes the binaries available as Github releases
MIT License
46 stars 15 forks source link

Remove debug builds from `aarch64-unknown-linux-musl.tar.gz` #21

Closed andreamah closed 1 year ago

andreamah commented 1 year ago

For aarch64 linux musl builds, we use cross, which mounts the ripgrep folder as a volume and builds it in a container. Therefore, the changes in #19 don't properly disable debug builds.