Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
afoxley authored Nov 3, 2024
1 parent e2c0c56 commit 6b28216
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 2 deletions.
17 changes: 17 additions & 0 deletions modules/emboss/2024.1017.203246/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module(
name = "emboss",
version = "2024.1017.203246",
repo_name = "com_google_emboss",
)

bazel_dep(
name = "abseil-cpp",
version = "20230125.1",
repo_name = "com_google_absl",
)
bazel_dep(
name = "googletest",
version = "1.14.0.bcr.1",
repo_name = "com_google_googletest",
)
bazel_dep(name = "rules_python", version = "0.31.0")
10 changes: 10 additions & 0 deletions modules/emboss/2024.1017.203246/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- MODULE.bazel.orig 2024-11-02 22:45:34.906942244 +0000
+++ MODULE.bazel 2024-11-02 22:26:53.246440022 +0000
@@ -1,6 +1,6 @@
module(
name = "emboss",
- version = "0.0.0",
+ version = "2024.1017.203246",
repo_name = "com_google_emboss",
)

18 changes: 18 additions & 0 deletions modules/emboss/2024.1017.203246/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--cxxopt=-std=c++14'
build_targets:
- '@emboss//runtime/...'
8 changes: 8 additions & 0 deletions modules/emboss/2024.1017.203246/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"url": "https://github.com/google/emboss/releases/download/v2024.1017.203246/emboss.zip",
"integrity": "sha256-/362kPiaGeIEYJG/ihueNx8tbnAPjOkNK9iwfIPjZfs=",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-ooMhzy30QLPUs5pUyLMED5KC+2OCXUaiuoMjbDSISnE="
}
}
5 changes: 3 additions & 2 deletions modules/emboss/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"github:google/emboss"
],
"versions": [
"2024.0304.184309"
"2024.0304.184309",
"2024.1017.203246"
],
"yanked_versions": {}
}
}

0 comments on commit 6b28216

Please sign in to comment.