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-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
|
||||||
|
|
Loading…
Reference in a new issue