Skip to content

Commit

Permalink
Switch git override to stable BCR tag for nanobind_bazel (#1778)
Browse files Browse the repository at this point in the history
This comes following the first BCR release of nanobind_bazel.

Feature-wise, nothing substantial has changed, except that the extensions
are stripped of debug info when built in release mode, which reduces
clutter in the symbol tables.

No stubgen yet, since nanobind v2 has not been released yet.
  • Loading branch information
nicholasjng committed Apr 15, 2024
1 parent c010560 commit 185c55d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,4 @@ use_repo(pip, "tools_pip_deps")

# -- bazel_dep definitions -- #

bazel_dep(name = "nanobind_bazel", version = "", dev_dependency = True)
git_override(
module_name = "nanobind_bazel",
commit = "97e3db2744d3f5da244a0846a0644ffb074b4880",
remote = "https://github.com/nicholasjng/nanobind-bazel",
)
bazel_dep(name = "nanobind_bazel", version = "1.0.0", dev_dependency = True)

0 comments on commit 185c55d

Please sign in to comment.