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

[WIP] Sync build system (experiment) #35

Closed
wants to merge 6 commits into from

Conversation

sergiitk
Copy link
Contributor

@sergiitk sergiitk commented May 14, 2022

WIP - experimental

Trying to solve build system issues needed for importing googleapis expr protos

Error:

ERROR: /Users/sergiitk/Development/protos/xds/test/build/BUILD:13:12: GoLink test/build/go_build_test_/go_build_test failed: (Exit 1): builder failed: error executing command bazel-out/darwin-opt-exec-2B5CBBC6/bin/external/go_sdk/builder link -sdk external/go_sdk -installsuffix darwin_amd64 -arc ... (remaining 247 arguments skipped)

Use --sandbox_debug to see verbose messages from the sandbox
link: package conflict error: google.golang.org/genproto/googleapis/api/annotations: multiple copies of package passed to linker:
	@go_googleapis//google/api:annotations_go_proto
	@com_google_googleapis//google/api:annotations_go_proto
Set "importmap" to different paths or use 'bazel cquery' to ensure only one

@sergiitk sergiitk force-pushed the sync-build-system branch 3 times, most recently from bd842c2 to 7ce36e5 Compare May 14, 2022 01:56
Signed-off-by: Sergii Tkachenko <sergiitk@google.com>
Signed-off-by: Sergii Tkachenko <sergiitk@google.com>
Signed-off-by: Sergii Tkachenko <sergiitk@google.com>
Signed-off-by: Sergii Tkachenko <sergiitk@google.com>
Signed-off-by: Sergii Tkachenko <sergiitk@google.com>
Signed-off-by: Sergii Tkachenko <sergiitk@google.com>
@sergiitk
Copy link
Contributor Author

Implemented in #31

@sergiitk sergiitk closed this May 17, 2022
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

1 participant