Skip to content

Commit a9cd127

Browse files
authored
chore: default to zigbuild for cross-compilation (#4103)
* chore: hint on using zigbuild for cross-compile * feat: use zigbuild to build * Update DEVELOPER.md
1 parent da54e9e commit a9cd127

2 files changed

Lines changed: 26 additions & 27 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

makefiles/check.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ run-client-doc-test: install_rustup_target
6767

6868

6969
fluvio_run_bin: install_rustup_target
70-
cargo build --bin fluvio-run -p fluvio-run $(RELEASE_FLAG) --target $(TARGET) $(DEBUG_SMARTMODULE_FLAG)
70+
cargo zigbuild --bin fluvio-run -p fluvio-run $(RELEASE_FLAG) --target $(TARGET) $(DEBUG_SMARTMODULE_FLAG)

0 commit comments

Comments
 (0)