mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
fix Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -22,5 +22,7 @@ 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)
|
agent/dist/agent: $(AGENT_SRC)
|
||||||
(cd agent; ./build.sh)
|
(cd agent; ./build.sh)
|
||||||
|
|
||||||
|
agent: agent/dist/agent
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
cat config/settings.yml | grep app-mgr-version-spec
|
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 ./dist build --copy-bins #--flag start9-agent:disable-auth
|
||||||
|
|||||||
Reference in New Issue
Block a user