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

ci: Copy WORKSPACE for api build #4413

Merged
merged 1 commit into from
Sep 12, 2018
Merged

ci: Copy WORKSPACE for api build #4413

merged 1 commit into from
Sep 12, 2018

Conversation

tonya11en
Copy link
Member

Description:
CI for data-plane-api has been failing since gogoproto was updated at envoyproxy/data-plane-api@43bc9ad. This patch makes it so that we also copy over the entirety of the WORKSPACE.

I am creating this PR so I can test if the CI passes successfully.

Risk Level:
Low

Testing:
Running CI in PR.

Fixes #4218

Signed-off-by: Tony Allen <tallen@lyft.com>
@tonya11en tonya11en changed the title WIP - ci: Copy WORKSPACE instead of using api_dependencies ci: Copy WORKSPACE for api build Sep 12, 2018
@tonya11en
Copy link
Member Author

Looks like the API build is passing, but I'm not sure how we can verify this is a 100% fix. I'm open to any suggestions.

Copy link
Member

@htuch htuch left a comment

Choose a reason for hiding this comment

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

@tonya11en thanks. Let's merge and see if this fixes data-plane-api, if you could manually verify it would be great.

@moderation
Copy link
Contributor

In line with recent PRs that changed most of the dependencies that can leverage releases to sha256 validated downloads I was about to submit the following. Any concerns about this approach @htuch

-GOGOPROTO_SHA = "1adfc126b41513cc696b209667c8656ea7aac67c"  # v1.0.0
+GOGOPROTO_RELEASE = "1.1.1"
+GOGOPROTO_SHA256 = "9f8c2ad49849ab063cd9fef67e77d49606640044227ecf7f3617ea2c92ef147c"

-        strip_prefix = "protobuf-" + GOGOPROTO_SHA,
-        url = "https://github.com/gogo/protobuf/archive/" + GOGOPROTO_SHA + ".tar.gz",
+        sha256 = GOGOPROTO_SHA256,
+        strip_prefix = "protobuf-" + GOGOPROTO_RELEASE,
+        url = "https://github.com/gogo/protobuf/archive/v" + GOGOPROTO_RELEASE + ".tar.gz",

@tonya11en tonya11en deleted the fix_ci branch September 25, 2019 08:41
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.

3 participants