Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored and aiuto committed Jun 3, 2024
1 parent 9d66e68 commit 6facb73
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 0 deletions.
18 changes: 18 additions & 0 deletions modules/emboss/2024.0304.184309/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module(
name = "emboss",
version = "2024.0304.184309",
compatibility_level = 1,
repo_name = "com_google_emboss",
)

bazel_dep(
name = "abseil-cpp",
repo_name = "com_google_absl",
version = "20230125.1",
)
bazel_dep(
name = "googletest",
version = "1.14.0.bcr.1",
repo_name = "com_google_googletest",
)
# -- bazel_dep definitions -- #
21 changes: 21 additions & 0 deletions modules/emboss/2024.0304.184309/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,18 @@
+module(
+ name = "emboss",
+ version = "2024.0304.184309",
+ compatibility_level = 1,
+ repo_name = "com_google_emboss",
+)
+
+bazel_dep(
+ name = "abseil-cpp",
+ repo_name = "com_google_absl",
+ version = "20230125.1",
+)
+bazel_dep(
+ name = "googletest",
+ version = "1.14.0.bcr.1",
+ repo_name = "com_google_googletest",
+)
+# -- bazel_dep definitions -- #
18 changes: 18 additions & 0 deletions modules/emboss/2024.0304.184309/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.0304.184309/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.0304.184309/emboss.zip",
"integrity": "sha256-+Nw5vq3eOph0Uv91RMZKBkutaehRBiY7D4SF4y70/Ig=",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-6EXkVqQkUfGwiGFkLLQS7JUp3bq/hPqVqwHZjWhR6Gc="
}
}
16 changes: 16 additions & 0 deletions modules/emboss/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/google/emboss",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:google/emboss"
],
"versions": [
"2024.0304.184309"
],
"yanked_versions": {}
}

0 comments on commit 6facb73

Please sign in to comment.