Skip to content

Commit

Permalink
[tmp] test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svenevs committed Nov 4, 2022
1 parent 69d3294 commit 6d17d37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/workspace/lcm/patches/python-3.11.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- a/lcm-python/module.c
+++ b/lcm-python/module.c
--- lcm-python/module.c
+++ lcm-python/module.c
@@ -31,6 +31,18 @@ PyDoc_STRVAR(lcmmod_doc, "LCM python extension modules");
#define MOD_DEF(ob, name, doc, methods) ob = Py_InitModule3(name, methods, doc);
#endif
Expand Down
3 changes: 3 additions & 0 deletions tools/workspace/pybind11/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ def pybind11_repository(
sha256 = _SHA256,
build_file = ":package.BUILD.bazel",
mirrors = mirrors,
patches = [
":patches/python-3.11.patch",
]
)

def generate_pybind11_version_py_file(name):
Expand Down

0 comments on commit 6d17d37

Please sign in to comment.