mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
5e510863a2
commit
f784b6b1cf
|
@ -20,6 +20,7 @@ provides:
|
|||
- bin/rust-gdbgui
|
||||
- bin/rust-lldb
|
||||
- bin/rustc
|
||||
- bin/rustdoc
|
||||
- bin/rustfmt
|
||||
|
||||
#TODO: unimplemented idea for the “options” feature
|
||||
|
@ -70,7 +71,7 @@ build:
|
|||
- --prefix={{ prefix }}
|
||||
- --enable-ninja
|
||||
- --disable-docs # docs are online
|
||||
- --tools=clippy,rustfmt,analysis
|
||||
- --tools=clippy,rustdoc,rustfmt,analysis
|
||||
tools:
|
||||
- clippy
|
||||
- rustfmt
|
||||
|
|
Loading…
Reference in a new issue