Skip to content

Commit 3ff1543

Browse files
committed
Add cargokit_options.yaml
1 parent 0ffcbbe commit 3ff1543

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cargokit_options.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Enables verbose logging of cargokit during build
2+
verbose_logging: true
3+
4+
# Opts out of using precompiled binaries. If crate has configured
5+
# and deployed precompiled binaries, these will be by default used whenever Rustup
6+
# is not installed. With `use_precompiled_binaries` set to false, the build will
7+
# instead be aborted prompting user to install Rustup.
8+
use_precompiled_binaries: false

0 commit comments

Comments
 (0)