Skip to content

Commit b8bb430

Browse files
authored
Merge pull request #306 from eclipse-pullpiri/hotfix-nodeagent-build
2 parents dc386d1 + 5bea8d4 commit b8bb430

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,20 @@
44
.PHONY: default build
55
build:
66
cargo build --manifest-path=src/common/Cargo.toml
7-
cargo build --manifest-path=src/agent/Cargo.toml
87
cargo build --manifest-path=src/player/Cargo.toml
98
cargo build --manifest-path=src/server/Cargo.toml
109
cargo build --manifest-path=src/tools/Cargo.toml
1110

1211
.PHONY: release
1312
release:
1413
cargo build --manifest-path=src/common/Cargo.toml --release
15-
cargo build --manifest-path=src/agent/Cargo.toml --release
1614
cargo build --manifest-path=src/player/Cargo.toml --release
1715
cargo build --manifest-path=src/server/Cargo.toml --release
1816
cargo build --manifest-path=src/tools/Cargo.toml --release
1917

2018
.PHONY: clean
2119
clean:
2220
cargo clean --manifest-path=src/common/Cargo.toml
23-
cargo clean --manifest-path=src/agent/Cargo.toml
2421
cargo clean --manifest-path=src/player/Cargo.toml
2522
cargo clean --manifest-path=src/server/Cargo.toml
2623
cargo clean --manifest-path=src/tools/Cargo.toml
@@ -68,12 +65,10 @@ install:
6865
-cp -r ./containers/piccolo-*.* /etc/containers/systemd/piccolo/
6966
systemctl daemon-reload
7067
systemctl start piccolo-server
71-
systemctl start piccolo-agent
7268
systemctl start piccolo-player
7369

7470
.PHONY: uninstall
7571
uninstall:
76-
-systemctl stop piccolo-agent
7772
-systemctl stop piccolo-player
7873
-systemctl stop piccolo-server
7974
systemctl daemon-reload

0 commit comments

Comments
 (0)