Commit 2c3afa7c by pybind11_abseil authors Committed by Copybara-Service

Adopted https://github.com/pybind/pybind11_abseil/pull/17

PiperOrigin-RevId: 608701939
parent 3bd81db2
# Pybind11 bindings for the Abseil C++ Common Libraries # Pybind11 bindings for the Abseil C++ Common Libraries
# Placeholder: load py_extension
# Placeholder: load py_library # Placeholder: load py_library
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension", "pybind_library") load("@pybind11_bazel//:build_defs.bzl", "pybind_library")
package( package(
default_visibility = ["//visibility:public"], default_visibility = ["//visibility:public"],
......
...@@ -26,6 +26,8 @@ export PYTHON_LIB_PATH=`python3 -c "import sysconfig; print(sysconfig.get_path(' ...@@ -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_BIN_PATH: $PYTHON_BIN_PATH"
echo "Using PYTHON_LIB_PATH: $PYTHON_LIB_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++17" bazel test ... --test_output=errors "$@" --enable_bzlmod
BAZEL_CXXOPTS="-std=c++20" bazel test ... --test_output=errors "$@" --enable_bzlmod BAZEL_CXXOPTS="-std=c++20" bazel test ... --test_output=errors "$@" --enable_bzlmod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment