Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first class support for GOOS=ios #3013

Merged
merged 1 commit into from Dec 2, 2021
Merged

Add first class support for GOOS=ios #3013

merged 1 commit into from Dec 2, 2021

Conversation

steeve
Copy link
Contributor

@steeve steeve commented Nov 21, 2021

What type of PR is this?

Feature

What does this PR do? Why is it needed?

Add first class support for GOOS=ios.

Up until now, ios was supported as darwin_arm64 by Go. GOOS=ios
support was added in Go 1.16 [1].

  1. https://golang.org/doc/go1.16

@google-cla google-cla bot added the cla: yes label Nov 21, 2021
Up until now, `ios` was supported as `darwin_arm64` by Go. `GOOS=ios`
support was added in Go 1.16 [1].

1. https://golang.org/doc/go1.16

Signed-off-by: Steeve Morin <steeve@zen.ly>
@steeve steeve merged commit 1508f76 into bazelbuild:master Dec 2, 2021
@steeve steeve deleted the steeve/goos_ios branch December 2, 2021 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants