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

Symlink all SDK files with go_local_sdk #3696

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

fmeum
Copy link
Collaborator

@fmeum fmeum commented Sep 15, 2023

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

This is required with Go 1.21.1 as the go tool reads the go.env at the root of the SDK. Instead of explicitly symlinking that file, symlink all files except for the ones that already exist, e.g. because they were added by another SDK rule wrapped with go_wrap_sdk.

Copy link
Contributor

@tyler-french tyler-french left a comment

Choose a reason for hiding this comment

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

Tested at Uber

@fmeum fmeum enabled auto-merge (squash) September 15, 2023 15:00
This is required with Go 1.21.1 as the `go` tool reads the `go.env` at
the root of the SDK. Instead of explicitly symlinking that file, symlink
all files except for the ones that already exist, e.g. because they were
added by another SDK rule wrapped with `go_wrap_sdk`.
@fmeum fmeum merged commit 09a206c into master Sep 15, 2023
5 checks passed
@fmeum fmeum deleted the all-files-in-local-sdk branch September 15, 2023 15:46
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.

None yet

3 participants