Skip to content

Commit e02a628

Browse files
authored
Add engflowapis 2025.03.14-12.58.52 (#4041)
1 parent e3ab233 commit e02a628

File tree

12 files changed

+162
-6
lines changed

12 files changed

+162
-6
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
module(
2+
name = "engflowapis-go",
3+
version = "2025.03.14-12.58.52", # Automatically updated by release pipeline.
4+
)
5+
6+
bazel_dep(
7+
name = "engflowapis",
8+
version = "2025.03.14-12.58.52", # Automatically updated by release pipeline.
9+
)
10+
bazel_dep(
11+
name = "rules_go",
12+
version = "0.50.1",
13+
repo_name = "io_bazel_rules_go",
14+
)
15+
bazel_dep(
16+
name = "gazelle",
17+
version = "0.31.0",
18+
)
19+
bazel_dep(
20+
name = "googleapis",
21+
version = "0.0.0-20240819-fe8ba054a",
22+
)
23+
24+
switched_rules = use_extension("@googleapis//:extensions.bzl", "switched_rules")
25+
switched_rules.use_languages(
26+
go = True,
27+
)
28+
29+
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
30+
go_deps.module(
31+
path = "google.golang.org/protobuf",
32+
sum = "h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk=",
33+
version = "v1.36.1",
34+
)
35+
use_repo(
36+
go_deps,
37+
"org_golang_google_protobuf",
38+
)
39+
40+
local_path_override(
41+
module_name = "engflowapis",
42+
path = "..",
43+
)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
bazel:
9+
- 8.x
10+
- 7.x
11+
tasks:
12+
verify_targets:
13+
name: Verify build targets
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
build_targets: []
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "https://github.com/EngFlow/engflowapis/releases/download/2025.03.14-12.58.52/engflowapis-2025.03.14-12.58.52.tar.gz",
3+
"integrity": "sha256-0skRwWH+Xqb3+CF+2GuNsdE0oGBE+SIgD+pV4ruo4TE=",
4+
"strip_prefix": "go"
5+
}

modules/engflowapis-go/metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"email": "[email protected]",
66
"github": "anfelbar",
7-
"name": "Andrés Felipe Barco Santa"
7+
"name": "Andr\u00e9s Felipe Barco Santa"
88
},
99
{
1010
"email": "[email protected]",
@@ -26,7 +26,8 @@
2626
"github:EngFlow/engflowapis"
2727
],
2828
"versions": [
29-
"2025.01.17-16.55.05"
29+
"2025.01.17-16.55.05",
30+
"2025.03.14-12.58.52"
3031
],
3132
"yanked_versions": {}
3233
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
module(
2+
name = "engflowapis-java",
3+
version = "2025.03.14-12.58.52", # Automatically updated by release pipeline.
4+
)
5+
6+
bazel_dep(
7+
name = "engflowapis",
8+
version = "2025.03.14-12.58.52", # Automatically updated by release pipeline.
9+
)
10+
bazel_dep(
11+
name = "grpc-java",
12+
version = "1.67.1",
13+
)
14+
bazel_dep(
15+
name = "protobuf",
16+
version = "28.2",
17+
repo_name = "com_google_protobuf",
18+
)
19+
bazel_dep(
20+
name = "rules_java",
21+
version = "8.7.0",
22+
)
23+
24+
local_path_override(
25+
module_name = "engflowapis",
26+
path = "..",
27+
)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
bazel:
9+
- 8.x
10+
- 7.x
11+
tasks:
12+
verify_targets:
13+
name: Verify build targets
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
build_targets:
17+
- '@engflowapis-java//...'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "https://github.com/EngFlow/engflowapis/releases/download/2025.03.14-12.58.52/engflowapis-2025.03.14-12.58.52.tar.gz",
3+
"integrity": "sha256-0skRwWH+Xqb3+CF+2GuNsdE0oGBE+SIgD+pV4ruo4TE=",
4+
"strip_prefix": "java"
5+
}

modules/engflowapis-java/metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"email": "[email protected]",
66
"github": "anfelbar",
7-
"name": "Andrés Felipe Barco Santa"
7+
"name": "Andr\u00e9s Felipe Barco Santa"
88
},
99
{
1010
"email": "[email protected]",
@@ -22,7 +22,8 @@
2222
],
2323
"versions": [
2424
"2025.01.17-13.50.20",
25-
"2025.01.17-16.55.05"
25+
"2025.01.17-16.55.05",
26+
"2025.03.14-12.58.52"
2627
],
2728
"yanked_versions": {}
2829
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
module(
2+
name = "engflowapis",
3+
version = "2025.03.14-12.58.52", # Automatically updated by release pipeline.
4+
)
5+
6+
bazel_dep(
7+
name = "rules_proto",
8+
version = "6.0.2",
9+
)
10+
bazel_dep(
11+
name = "protobuf",
12+
version = "28.2",
13+
repo_name = "com_google_protobuf",
14+
)
15+
bazel_dep(
16+
name = "googleapis",
17+
version = "0.0.0-20240819-fe8ba054a",
18+
repo_name = "com_google_googleapis",
19+
)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
bazel:
9+
- 8.x
10+
- 7.x
11+
tasks:
12+
verify_targets:
13+
name: Verify build targets
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
build_targets:
17+
- '@engflowapis//...'

0 commit comments

Comments
 (0)