Skip to content

Commit 38ed417

Browse files
authored
[Bazel] Update bazel module to use jetty release branches (#474)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent 0cd6040 commit 38ed417

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/bazel.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Bazel CI
22
on:
3-
push:
4-
branches: [gz-fuel-tools10, main]
53
pull_request:
6-
branches: [gz-fuel-tools10, main]
4+
push:
5+
branches:
6+
- 'gz-fuel-tools[1-9]?[0-9]'
7+
- 'main'
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

MODULE.bazel

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ bazel_dep(name = "gz-utils")
2222

2323
archive_override(
2424
module_name = "gz-common",
25-
strip_prefix = "gz-common-main",
26-
urls = ["https://github.com/gazebosim/gz-common/archive/refs/heads/main.tar.gz"],
25+
strip_prefix = "gz-common-gz-common7",
26+
urls = ["https://github.com/gazebosim/gz-common/archive/refs/heads/gz-common7.tar.gz"],
2727
)
2828

2929
archive_override(
3030
module_name = "gz-math",
31-
strip_prefix = "gz-math-main",
32-
urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/main.tar.gz"],
31+
strip_prefix = "gz-math-gz-math9",
32+
urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/gz-math9.tar.gz"],
3333
)
3434

3535
archive_override(
3636
module_name = "gz-msgs",
37-
strip_prefix = "gz-msgs-main",
38-
urls = ["https://github.com/gazebosim/gz-msgs/archive/refs/heads/main.tar.gz"],
37+
strip_prefix = "gz-msgs-gz-msgs12",
38+
urls = ["https://github.com/gazebosim/gz-msgs/archive/refs/heads/gz-msgs12.tar.gz"],
3939
)
4040

4141
archive_override(
4242
module_name = "gz-utils",
43-
strip_prefix = "gz-utils-main",
44-
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/main.tar.gz"],
43+
strip_prefix = "gz-utils-gz-utils4",
44+
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/gz-utils4.tar.gz"],
4545
)

0 commit comments

Comments
 (0)