fix(rust)

This commit is contained in:
Jacob Heider 2023-10-01 23:11:32 -04:00
parent 501376b992
commit 917646040f
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -31,6 +31,8 @@ options:
- { name: rust-demangler, default: false }
dependencies:
linux:
llvm.org: '*'
#FIXME ^^ strictly rustc only needs a linker
zlib.net: 1
@ -68,7 +70,7 @@ build:
- --enable-vendor
- --prefix={{ prefix }}
- --enable-ninja
- --disable-docs # docs are online
- --disable-docs # docs are online
- --tools=clippy,rustdoc,rustfmt,analysis
tools:
- clippy