Skip to content

Commit

Permalink
Add abseil-cpp@20240116.0 (#1358)
Browse files Browse the repository at this point in the history
* Add abseil-cpp@20240116.0

* Update source.json

---------

Co-authored-by: Xùdōng Yáng <wyverald@gmail.com>
  • Loading branch information
derekmauro and Wyverald committed Jan 22, 2024
1 parent 943f840 commit e64ea15
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 2 deletions.
39 changes: 39 additions & 0 deletions modules/abseil-cpp/20240116.0/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.0",
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")
16 changes: 16 additions & 0 deletions modules/abseil-cpp/20240116.0/presubmit.yml
@@ -0,0 +1,16 @@
matrix:
platform:
- centos7_java11_devtoolset10
- debian10
- ubuntu2004
- macos
- windows
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
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.0/source.json
@@ -0,0 +1,5 @@
{
"url": "https://github.com/abseil/abseil-cpp/releases/download/20240116.0/abseil-cpp-20240116.0.tar.gz",
"integrity": "sha256-M4QgRIsUDw39Gh6jw85xs7wXIHHyT02aV9WbRQN9pEA=",
"strip_prefix": "abseil-cpp-20240116.0"
}
11 changes: 9 additions & 2 deletions modules/abseil-cpp/metadata.json
@@ -1,6 +1,12 @@
{
"homepage": "https://github.com/abseil/abseil-cpp",
"maintainers": [],
"maintainers": [
{
"email": "dmauro@google.com",
"github": "derekmauro",
"name": "Derek Mauro"
}
],
"repository": [
"github:abseil/abseil-cpp"
],
Expand All @@ -11,7 +17,8 @@
"20230125.1",
"20230802.0",
"20230802.0.bcr.1",
"20230802.1"
"20230802.1",
"20240116.0"
],
"yanked_versions": {}
}

0 comments on commit e64ea15

Please sign in to comment.