You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: consolidate NBD server build, move binary out of source tree
- Replace nbd-server-aarch64/nbd-server-x86_64 with single nbd-server
target, auto-detecting host arch via rustc host triple. No-op on Linux
(ifneq Linux) so macOS and future Windows both cross-compile.
- Output to target/nbd-server/ instead of source tree; build.rs
copies into OUT_DIR for include_bytes!
- Justfile build: make nbd-server + make bin
- macOS CI simplified to just build
Assisted-by: Antigravity (Claude Opus 4.6)
Signed-off-by: Shion Tanaka <shtanaka@redhat.com>
0 commit comments