Skip to content

Commit 25b84ca

Browse files
authored
RSDK-2649 - Delete slam grpc server brew packages (viamrobotics#23)
1 parent 60f980f commit 25b84ca

File tree

5 files changed

+0
-104
lines changed

5 files changed

+0
-104
lines changed

.github/workflows/bump-versions.yml

-6
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,12 @@ jobs:
3535
- name: Bump viam-server
3636
run: ./bump-version.sh viam-server
3737

38-
- name: Bump carto-grpc-server
39-
run: ./bump-version.sh carto-grpc-server
40-
4138
- name: Bump cartographer-module
4239
run: ./bump-version.sh cartographer-module
4340

4441
- name: Bump rplidar-module
4542
run: ./bump-version.sh rplidar-module
4643

47-
- name: Bump orb-grpc-server
48-
run: ./bump-version.sh orb-grpc-server
49-
5044
- name: Bump orb-slam3-module
5145
run: ./bump-version.sh orb-slam3-module
5246

Formula/carto-grpc-server.rb

-49
This file was deleted.

Formula/cartographer-module.rb

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ class CartographerModule < Formula
77
license "Apache-2.0"
88
head "https://github.com/viamrobotics/viam-cartographer.git", branch: "main"
99

10-
conflicts_with "carto-grpc-server", because: "carto-grpc-server also installs carto_grpc_server"
11-
1210
depends_on "cmake" => :build
1311
depends_on "go" => :build
1412
depends_on "ninja" => :build

Formula/orb-grpc-server.rb

-45
This file was deleted.

Formula/orb-slam3-module.rb

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ class OrbSlam3Module < Formula
77
license "Apache-2.0"
88
head "https://github.com/viamrobotics/viam-orb-slam3.git", branch: "main"
99

10-
conflicts_with "orb-grpc-server", because: "orb-grpc-server also installs orb_grpc_server"
11-
1210
depends_on "cmake" => :build
1311
depends_on "go" => :build
1412
depends_on "pkg-config" => :build

0 commit comments

Comments
 (0)