mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
Merge pull request #72 from Start9Labs/agent/builds/makefile
Agent/builds/makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,4 +1,5 @@
|
|||||||
APPMGR_SRC := $(shell find appmgr/src) appmgr/Cargo.toml appmgr/Cargo.lock
|
APPMGR_SRC := $(shell find appmgr/src) appmgr/Cargo.toml appmgr/Cargo.lock
|
||||||
|
AGENT_SRC := $(shell find agent/src) $(shell find agent/config) agent/stack.yaml agent/package.yaml agent/build.sh
|
||||||
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
|
||||||
@@ -19,4 +20,7 @@ product_key:
|
|||||||
|
|
||||||
appmgr/target/armv7-unknown-linux-musleabihf/release/appmgr: $(APPMGR_SRC)
|
appmgr/target/armv7-unknown-linux-musleabihf/release/appmgr: $(APPMGR_SRC)
|
||||||
docker run --rm -it -v ~/.cargo/registry:/root/.cargo/registry -v "$(shell pwd)"/appmgr:/home/rust/src start9/rust-arm-cross:latest cargo build --release --features=production
|
docker run --rm -it -v ~/.cargo/registry:/root/.cargo/registry -v "$(shell pwd)"/appmgr:/home/rust/src start9/rust-arm-cross:latest cargo build --release --features=production
|
||||||
docker run --rm -it -v ~/.cargo/registry:/root/.cargo/registry -v "$(shell pwd)"/appmgr:/home/rust/src start9/rust-arm-cross:latest arm-linux-gnueabi-strip target/armv7-unknown-linux-gnueabihf/release/appmgr
|
docker run --rm -it -v ~/.cargo/registry:/root/.cargo/registry -v "$(shell pwd)"/appmgr:/home/rust/src start9/rust-arm-cross:latest arm-linux-gnueabi-strip target/armv7-unknown-linux-gnueabihf/release/appmgr
|
||||||
|
|
||||||
|
agent: $(AGENT_SRC)
|
||||||
|
(cd agent; ./build.sh)
|
||||||
|
|||||||
@@ -4,4 +4,3 @@ cat config/settings.yml | grep app-mgr-version-spec
|
|||||||
cat package.yaml | grep version
|
cat package.yaml | grep version
|
||||||
|
|
||||||
stack --local-bin-path ./executables build --copy-bins #--flag start9-agent:disable-auth
|
stack --local-bin-path ./executables build --copy-bins #--flag start9-agent:disable-auth
|
||||||
upx ./executables/agent
|
|
||||||
|
|||||||
Reference in New Issue
Block a user