Skip to content

Commit

Permalink
Add abseil-cpp@20240116.2 (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmauro committed Apr 8, 2024
1 parent cfb7510 commit 374ccef
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 1 deletion.
39 changes: 39 additions & 0 deletions modules/abseil-cpp/20240116.2/MODULE.bazel
@@ -0,0 +1,39 @@
# Copyright 2024 The Abseil Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# https://bazel.build/external/overview#bzlmod

module(
name = "abseil-cpp",
version = "20240116.2",
compatibility_level = 1,
)

# Only direct dependencies need to be listed below.
# Please keep the versions in sync with the versions in the WORKSPACE file.

bazel_dep(name = "bazel_skylib",
version = "1.5.0")

bazel_dep(name = "google_benchmark",
version = "1.8.3",
repo_name = "com_github_google_benchmark",
dev_dependency = True)

bazel_dep(name = "googletest",
version = "1.14.0.bcr.1",
repo_name = "com_google_googletest")

bazel_dep(name = "platforms",
version = "0.0.8")
20 changes: 20 additions & 0 deletions modules/abseil-cpp/20240116.2/presubmit.yml
@@ -0,0 +1,20 @@
matrix:
bazel:
- 6.x
- 7.x
platform:
- centos7_java11_devtoolset10
- debian10
- ubuntu2004
- macos
- windows
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--cxxopt=-std=c++14'
build_targets:
- '@abseil-cpp//absl/strings'
- '@abseil-cpp//absl/flags:flag'
5 changes: 5 additions & 0 deletions modules/abseil-cpp/20240116.2/source.json
@@ -0,0 +1,5 @@
{
"url": "https://github.com/abseil/abseil-cpp/releases/download/20240116.2/abseil-cpp-20240116.2.tar.gz",
"integrity": "sha256-czcmuMOm05pBINfkXqi0GkNM2s3kAculAPFCNsSbOdw=",
"strip_prefix": "abseil-cpp-20240116.2"
}
3 changes: 2 additions & 1 deletion modules/abseil-cpp/metadata.json
Expand Up @@ -19,7 +19,8 @@
"20230802.0.bcr.1",
"20230802.1",
"20240116.0",
"20240116.1"
"20240116.1",
"20240116.2"
],
"yanked_versions": {}
}

0 comments on commit 374ccef

Please sign in to comment.