Skip to content

Commit

Permalink
Update boringssl to 20240126-22d349c (#1398)
Browse files Browse the repository at this point in the history
* Update boringssl to 20240126-22d349c

* review

* set `--copt=-isystem/usr/local/include` for macos

* upgrade platforms, add centos back in

* try the other workaround mentioned in bazelbuild/bazel#10472 (comment)
  • Loading branch information
lalten committed Jan 29, 2024
1 parent 3d9319f commit ebf82d1
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 1 deletion.
7 changes: 7 additions & 0 deletions modules/boringssl/0.0.0-20240126-22d349c/MODULE.bazel
@@ -0,0 +1,7 @@
module(
name = "boringssl",
version = "0.0.0-20240126-22d349c",
compatibility_level = 2,
)
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "platforms", version = "0.0.8")
@@ -0,0 +1,10 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,7 @@
+module(
+ name = "boringssl",
+ version = "0.0.0-20240126-22d349c",
+ compatibility_level = 2,
+)
+bazel_dep(name = "rules_cc", version = "0.0.9")
+bazel_dep(name = "platforms", version = "0.0.8")
24 changes: 24 additions & 0 deletions modules/boringssl/0.0.0-20240126-22d349c/presubmit.yml
@@ -0,0 +1,24 @@
build_targets: &build_targets
- "@boringssl//:crypto"
- "@boringssl//:ssl"

matrix:
platform:
- centos7_java11_devtoolset10
- debian11
- ubuntu2204
- windows
bazel: [6.x, 7.x]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets: *build_targets
# Work around https://github.com/bazelbuild/bazel/issues/10472
verify_targets_on_macos:
name: Verify build targets on macOS
platform: macos
bazel: ${{ bazel }}
build_targets: *build_targets
build_flags: [--sandbox_block_path=/usr/local]
9 changes: 9 additions & 0 deletions modules/boringssl/0.0.0-20240126-22d349c/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-rMEdcuN6QX90hSzHXUCE7HEhcnwBvR6bVSUjHJsDwnc=",
"strip_prefix": "boringssl-22d349c4596e81425ec88f82fab47063a9a2bac6",
"url": "https://github.com/google/boringssl/archive/22d349c4596e81425ec88f82fab47063a9a2bac6.tar.gz",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-vLc6oUB/XI3PtPUx1z0U5e+l6BEuz3IeRW7wR8Omp14="
}
}
3 changes: 2 additions & 1 deletion modules/boringssl/metadata.json
Expand Up @@ -11,7 +11,8 @@
],
"versions": [
"0.0.0-20211025-d4f1ab9",
"0.0.0-20230215-5c22014"
"0.0.0-20230215-5c22014",
"0.0.0-20240126-22d349c"
],
"yanked_versions": {}
}

0 comments on commit ebf82d1

Please sign in to comment.