Skip to content

Commit a7be045

Browse files
committed
Fix CI
1 parent 60cc545 commit a7be045

4 files changed

Lines changed: 52 additions & 2 deletions

File tree

3rd_party/apriltag-sys/include.MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ cc_library(
2020
)""",
2121
crate = "apriltag-sys",
2222
gen_build_script = "off",
23-
repositories = ["crates"],
2423
deps = [
2524
":apriltags",
2625
],

rs/rust_crate.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def rust_crate(
158158
)
159159
native.alias(
160160
name = name,
161-
actual = ":" + stub_name,
161+
actual = stub_name,
162162
tags = crate_tags,
163163
visibility = ["//visibility:public"],
164164
)

test/MODULE.bazel.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/many_workspace_deps/Cargo.lock

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)