mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Linux split debuginfo is already here actually (#672)
This commit is contained in:
parent
4ebf7cb421
commit
ce411910a9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Supported crates such as `cargo-binstall` itself can also be updated with `cargo
|
||||||
- Can I use it in CI?
|
- Can I use it in CI?
|
||||||
- Yes! For GitHub Actions, we recommend the excellent [taiki-e/install-action](https://github.com/marketplace/actions/install-development-tools), which has explicit support for selected tools and uses `cargo-binstall` for everything else.
|
- Yes! For GitHub Actions, we recommend the excellent [taiki-e/install-action](https://github.com/marketplace/actions/install-development-tools), which has explicit support for selected tools and uses `cargo-binstall` for everything else.
|
||||||
- Are debug symbols available?
|
- Are debug symbols available?
|
||||||
- Yes! Extra pre-built packages with a `.full` suffix are available and contain split debuginfo (for Windows and macOS, Linux coming soon), documentation files, and extra binaries like the `detect-wasi` utility.
|
- Yes! Extra pre-built packages with a `.full` suffix are available and contain split debuginfo, documentation files, and extra binaries like the `detect-wasi` utility.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue