Skip to content

Commit

Permalink
fix: do not build release binary with nightly (#412)
Browse files Browse the repository at this point in the history
Fixes #411
  • Loading branch information
knopp authored Aug 8, 2024
1 parent 7420653 commit be4919d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions super_native_extensions/rust/cargokit.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
cargo:
# For smaller binaries rebuilt the standard library with panic=abort
release:
toolchain: nightly
extra_flags:
- -Z
- build-std=panic_abort,std
# The rust-src component in latest nightly (1.82.0-nightly (94977cb1f 2024-08-06) is broken
# https://github.com/superlistapp/super_native_extensions/issues/411
# release:
# toolchain: nightly
# extra_flags:
# - -Z
# - build-std=panic_abort,std

precompiled_binaries:
# Uri prefix used when downloading prebuilt binaries.
Expand Down

0 comments on commit be4919d

Please sign in to comment.