Skip to content

Commit

Permalink
Publish engflowapis 2024.10.31-00.15.43 (#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic authored Oct 31, 2024
1 parent be68885 commit e1aba23
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
19 changes: 19 additions & 0 deletions modules/engflowapis/2024.10.31-00.15.43/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module(
name = "engflowapis",
version = "2024.10.31-00.15.43", # Automatically updated by release pipeline.
)

bazel_dep(
name = "rules_proto",
version = "6.0.2",
)
bazel_dep(
name = "protobuf",
version = "28.2",
repo_name = "com_google_protobuf",
)
bazel_dep(
name = "googleapis",
version = "0.0.0-20240819-fe8ba054a",
repo_name = "com_google_googleapis",
)
16 changes: 16 additions & 0 deletions modules/engflowapis/2024.10.31-00.15.43/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@engflowapis//...'
4 changes: 4 additions & 0 deletions modules/engflowapis/2024.10.31-00.15.43/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"url": "https://github.com/EngFlow/engflowapis/releases/download/2024.10.31-00.15.43/engflowapis-2024.10.31-00.15.43.tar.gz",
"integrity": "sha256-MGxT9OfB+rcOJMH2jyqtULzVwoNZ8G4IFw0YbIucOUQ="
}
3 changes: 2 additions & 1 deletion modules/engflowapis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"github:EngFlow/engflowapis"
],
"versions": [
"2024.10.16"
"2024.10.16",
"2024.10.31-00.15.43"
],
"yanked_versions": {}
}

0 comments on commit e1aba23

Please sign in to comment.