Workaround hardlink issue in CI
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user