Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ echo -e "new build-checksum: \n$new_checksum\n========"

if [ "$new_checksum" != "$old_checksum" ]; then
export RUSTFLAGS=${RUSTFLAGS:-"-C target-cpu=native"}
echo "Running rustup update nightly..."
rustup update nightly

echo "Running cargo fix..."
cargo fix --all --allow-dirty --allow-staged --allow-no-vcs

Expand Down
Loading