mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
config BR2_PACKAGE_HOST_SENTRY_CLI
|
|
bool "host sentry-cli"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
help
|
|
Official Sentry command line interface
|
|
|
|
For managing debug information files and source maps.
|
|
|
|
https://docs.sentry.io/cli/
|