load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "pybind11_bazel", integrity = "sha256-iwRj1wuX2pDS6t6DqiCfhIXisv4y+7CvxSJtZoSAzGw=", strip_prefix = "pybind11_bazel-2b6082a4d9d163a52299718113fa41e4b7978db5", urls = ["https://github.com/pybind/pybind11_bazel/archive/2b6082a4d9d163a52299718113fa41e4b7978db5.tar.gz"], ) http_archive( name = "pybind11", build_file = "@pybind11_bazel//:pybind11-BUILD.bazel", integrity = "sha256-LyCgrwuSGBXg4Wnqf+xjkJhpMjWBuJ194VU0aFU/ai0=", strip_prefix = "pybind11-3.0.2", url = "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.2.tar.gz", ) # Capture the repository environmental variables which specify the filter list for what architectures to build in CI. load("//shared/bazel/rules:publishing_rule.bzl", "publishing_repo") publishing_repo( name = "com_wpilib_allwpilib_publishing_config", )