rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

[HACK] Example diff for testing swift-stdlib-tool builds locally

Open keith opened this issue 3 years ago • 5 comments

This is more complicated than just changing the binary path because the way we use it it expects relative paths inside of Xcode, so we have to duplicate those details as if it is there.

keith avatar Dec 03 '21 19:12 keith

never going to merge this but it's a useful example for ironing out upstream regressions

keith avatar Dec 03 '21 19:12 keith

Lyft integration job started: https://buildkite.com/lyft/rules-apple/builds/284 (must be Lyft employee to view)

lyft-lint-bot avatar Dec 03 '21 19:12 lyft-lint-bot

Can it be built with Bazel? If yes, we can fetch the source and build it in the rules.

thii avatar Dec 15 '21 00:12 thii

huh interesting. Yes it could be, it's 1 c++ file with no deps (I think)

keith avatar Dec 15 '21 00:12 keith

https://github.com/bazelbuild/rules_apple/pull/1314

thii avatar Dec 16 '21 11:12 thii