Skip to content

[bazelw] Use arm64 binary on darwin-arm64#2185

Merged
jpsim merged 1 commit intomainfrom
bazelw-use-arm64-binary-on-darwin-arm64
Apr 22, 2022
Merged

[bazelw] Use arm64 binary on darwin-arm64#2185
jpsim merged 1 commit intomainfrom
bazelw-use-arm64-binary-on-darwin-arm64

Conversation

@jpsim
Copy link
Copy Markdown
Contributor

@jpsim jpsim commented Apr 22, 2022

Now that we've pulled in envoyproxy/envoy#20852, I'm no longer seeing linker errors when running Swift tests for iOS as reported in #2101.

Risk Level: Low to the libraries, Moderate to local development on an M1 Mac.
Testing: ./bazelw test //test/swift:test --config=ios passes
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: JP Simard <jp@jpsim.com>
@jpsim jpsim linked an issue Apr 22, 2022 that may be closed by this pull request
@jpsim jpsim marked this pull request as ready for review April 22, 2022 01:40
@jpsim jpsim requested a review from keith April 22, 2022 01:40
@jpsim
Copy link
Copy Markdown
Contributor Author

jpsim commented Apr 22, 2022

Verified with a few common build+test targets: ios_dist, android_dist, /test/cc/..., //test/swift:test

The only thing I know to be broken is ./bazelw test //test/swift:test --config=ios --ios_multi_cpus=x86_64 due to google/xctestrunner#40, but that's not something I've ever needed in my local development.

Something else may be broken, but I haven't seen it.

@jpsim jpsim merged commit 29c918e into main Apr 22, 2022
@jpsim jpsim deleted the bazelw-use-arm64-binary-on-darwin-arm64 branch April 22, 2022 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

arm64 darwin binaries of bazelisk fail to link Swift tests

2 participants