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 committed Aug 8, 2024
1 parent 7420653 commit 1448d48
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 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
#cargo:
# For smaller binaries rebuilt the standard library with panic=abort
# 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 1448d48

Please sign in to comment.