* fix(rtx)

* Update package.yml
This commit is contained in:
Jacob Heider 2023-08-26 20:32:26 +02:00 committed by GitHub
parent 5e510863a2
commit f784b6b1cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ provides:
- bin/rust-gdbgui - bin/rust-gdbgui
- bin/rust-lldb - bin/rust-lldb
- bin/rustc - bin/rustc
- bin/rustdoc
- bin/rustfmt - bin/rustfmt
#TODO: unimplemented idea for the “options” feature #TODO: unimplemented idea for the “options” feature
@ -70,7 +71,7 @@ build:
- --prefix={{ prefix }} - --prefix={{ prefix }}
- --enable-ninja - --enable-ninja
- --disable-docs # docs are online - --disable-docs # docs are online
- --tools=clippy,rustfmt,analysis - --tools=clippy,rustdoc,rustfmt,analysis
tools: tools:
- clippy - clippy
- rustfmt - rustfmt