Skip to content

Conversation

@kstenerud
Copy link
Contributor

Convenience Makefile target for building Capture.xcframework

@murki murki requested a review from Reflejo October 17, 2025 15:37
@kstenerud
Copy link
Contributor Author

Note: the docs for repin are here: https://bazelbuild.github.io/rules_rust/crate_universe_bzlmod.html

The instructions say to CARGO_BAZEL_REPIN=1 bazel sync --only=crates, but this doesn't actually work. Calling test does, so I'm calling test on a target that has no tests (so that no tests run, thus keeping the repin fast)

.PHONY: repin
repin:
CARGO_BAZEL_REPIN=true ./bazelw sync --only=crate_index
# This technically fails because there are no tests to find, but the repin still happens and it's fast.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, thanks for fixing. This should resolve this all ticket BIT-4637

@kstenerud kstenerud force-pushed the karl/makefile-xcframework branch from 1ad73dc to c1c0c19 Compare October 21, 2025 13:06
@kstenerud kstenerud merged commit f6f4783 into main Oct 21, 2025
14 checks passed
@kstenerud kstenerud deleted the karl/makefile-xcframework branch October 21, 2025 13:48
@github-actions github-actions bot locked and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants