Skip to content

bazel: Allow to distdir all dependencies#702

Merged
istio-testing merged 1 commit intoistio:masterfrom
vadorovsky:distdir
Nov 14, 2018
Merged

bazel: Allow to distdir all dependencies#702
istio-testing merged 1 commit intoistio:masterfrom
vadorovsky:distdir

Conversation

@vadorovsky
Copy link
Copy Markdown
Contributor

To use --distdir option of Bazel (which allows to use previously
fetched tarballs instead of downloading dependencies during
build), all dependencies should use http instead of git and need
to have sha256 sums specified.

Signed-off-by: Michal Rostecki mrostecki@suse.de

@googlebot googlebot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Nov 9, 2018
@istio-testing
Copy link
Copy Markdown
Collaborator

Hi @mrostecki. Thanks for your PR.

I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@vadorovsky
Copy link
Copy Markdown
Contributor Author

@lizan PTAL

Copy link
Copy Markdown
Contributor

@lizan lizan left a comment

Choose a reason for hiding this comment

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

/ok-to-test

@lizan
Copy link
Copy Markdown
Contributor

lizan commented Nov 11, 2018

@mrostecki See recent envoy changes for the check script, use git grep instead.

@vadorovsky
Copy link
Copy Markdown
Contributor Author

@lizan Done, I even used git grep everywhere.

I will also make a similar change to Envoy later, because the first command there is still using grep,

@lizan
Copy link
Copy Markdown
Contributor

lizan commented Nov 12, 2018

/ok-to-test
/lgtm

@istio-testing
Copy link
Copy Markdown
Collaborator

@lizan: changing LGTM is restricted to assignees, and only istio/api repo collaborators may be assigned issues.

Details

In response to this:

/ok-to-test
/lgtm

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@istio-testing istio-testing added ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. and removed needs-ok-to-test labels Nov 12, 2018
To use --distdir option of Bazel (which allows to use previously
fetched tarballs instead of downloading dependencies during
build), all dependencies should use http instead of git and need
to have sha256 sums specified.

Signed-off-by: Michal Rostecki <mrostecki@suse.de>
@rshriram
Copy link
Copy Markdown
Member

/lgtm

@istio-testing
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lizan, mrostecki, rshriram

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@istio-testing istio-testing merged commit 4eeb69c into istio:master Nov 14, 2018
@vadorovsky vadorovsky deleted the distdir branch November 14, 2018 20:22
louiscryan pushed a commit to louiscryan/api that referenced this pull request Jan 16, 2019
To use --distdir option of Bazel (which allows to use previously
fetched tarballs instead of downloading dependencies during
build), all dependencies should use http instead of git and need
to have sha256 sums specified.

Signed-off-by: Michal Rostecki <mrostecki@suse.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants