Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11_abseil
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11_abseil
Commits
2c3afa7c
Commit
2c3afa7c
authored
Feb 20, 2024
by
pybind11_abseil authors
Committed by
Copybara-Service
Feb 20, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adopted
https://github.com/pybind/pybind11_abseil/pull/17
PiperOrigin-RevId: 608701939
parent
3bd81db2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
pybind11_abseil/BUILD
+1
-2
scripts/build_and_run_tests_bazel.sh
+2
-0
No files found.
pybind11_abseil/BUILD
View file @
2c3afa7c
# Pybind11 bindings for the Abseil C++ Common Libraries
# Placeholder: load py_extension
# Placeholder: load py_library
load("@pybind11_bazel//:build_defs.bzl", "pybind_
extension", "pybind_
library")
load("@pybind11_bazel//:build_defs.bzl", "pybind_library")
package(
default_visibility = ["//visibility:public"],
...
...
scripts/build_and_run_tests_bazel.sh
View file @
2c3afa7c
...
...
@@ -26,6 +26,8 @@ export PYTHON_LIB_PATH=`python3 -c "import sysconfig; print(sysconfig.get_path('
echo
"Using PYTHON_BIN_PATH:
$PYTHON_BIN_PATH
"
echo
"Using PYTHON_LIB_PATH:
$PYTHON_LIB_PATH
"
bazel clean
--expunge
BAZEL_CXXOPTS
=
"-std=c++17"
bazel
test
...
--test_output
=
errors
"
$@
"
--enable_bzlmod
BAZEL_CXXOPTS
=
"-std=c++20"
bazel
test
...
--test_output
=
errors
"
$@
"
--enable_bzlmod
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment