Skip to content

Commit

Permalink
Add [email protected] to BCR (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
morambro authored Feb 15, 2023
1 parent 1be07ce commit 605fe2c
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 1 deletion.
7 changes: 7 additions & 0 deletions modules/boringssl/0.0.0-20230215-5c22014/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "boringssl",
version = "0.0.0-20230215-5c22014",
compatibility_level = 2,
)
bazel_dep(name = "rules_cc", version = "0.0.5")
bazel_dep(name = "platforms", version = "0.0.6")
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,7 @@
+module(
+ name = "boringssl",
+ version = "0.0.0-20230215-5c22014",
+ compatibility_level = 2,
+)
+bazel_dep(name = "rules_cc", version = "0.0.5")
+bazel_dep(name = "platforms", version = "0.0.6")
17 changes: 17 additions & 0 deletions modules/boringssl/0.0.0-20230215-5c22014/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
build_targets: &build_targets
- '@boringssl//:crypto'
- '@boringssl//:ssl'

platforms:
# The current version of centos on Bazel CI still uses gcc 4.8.5
# Re-enable this platform when the gcc version is upgraded.
# centos7:
# build_targets: *build_targets
debian10:
build_targets: *build_targets
macos:
build_targets: *build_targets
ubuntu2004:
build_targets: *build_targets
windows:
build_targets: *build_targets
9 changes: 9 additions & 0 deletions modules/boringssl/0.0.0-20230215-5c22014/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-hj/GcMRW8wkjdAwWOTBRMv37nRslujhaZ644Yu8SqK8=",
"strip_prefix": "boringssl-5c22014ca513807ed03c657e8ede076164663979",
"url": "https://github.com/google/boringssl/archive/5c22014ca513807ed03c657e8ede076164663979.zip",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-TbAx9h+pBkDT3JmKw1bRchtNcLK1dnvsW1IlCkl/yd0="
}
}
3 changes: 2 additions & 1 deletion modules/boringssl/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"github:google/boringssl"
],
"versions": [
"0.0.0-20211025-d4f1ab9"
"0.0.0-20211025-d4f1ab9",
"0.0.0-20230215-5c22014"
],
"yanked_versions": {}
}

0 comments on commit 605fe2c

Please sign in to comment.