Workaround hardlink issue in CI

This commit is contained in:
bjorn3
2026-04-19 21:22:57 +02:00
parent 6adebf03c8
commit 69c1f56cf0
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -102,7 +102,6 @@ base:
$(CARGO) build $(BUILD_FLAGS) \
--manifest-path "$(SRC_DIR)/Cargo.toml" \
$(BASE_CARGO_ARGS) $(DRIVERS_CARGO_ARGS)
mv $(TARGET_DIR)/smolnetd $(TARGET_DIR)/netstack
install-base: base
@mkdir -pv "$(DESTDIR)/usr/bin" "$(DESTDIR)/usr/lib/drivers"
+5
View File
@@ -4,6 +4,11 @@ description = "Network stack daemons"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "netstack"
path = "src/main.rs"
# FIXME remove
[[bin]]
name = "smolnetd"
path = "src/main.rs"