-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update Envoy SHA to latest. #2214
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
Changes from all commits
4685fa7
fb94613
4808ca9
367455d
1108a56
104ae09
dedc44b
2e111f4
dafc46c
513ba50
1e9b644
368c242
9582136
5db29ee
1c8506d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,9 +35,11 @@ bind( | |
| # When updating envoy sha manually please update the sha in istio.deps file also | ||
| # | ||
| # Determine SHA256 `wget https://github.com/envoyproxy/envoy/archive/COMMIT.tar.gz && sha256sum COMMIT.tar.gz` | ||
| ENVOY_SHA = "5ea1a0c1cb506ed3e80d52b572b0f767f55f9f39" | ||
| # envoy commit date 05/15/2019 | ||
| # bazel version: 0.25.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: this isn't really true, since Bazel version depends on the build image / CI environment, and 0.25.x is only used on macOS right now, since it's pulled at build time.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. but it does work for 0.25... I think Yuchen wanted this so he could find a version that would work.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fair enough, but it uses 0.22 for Linux builds (CircleCI & Prow), 0.25 is only used for macOS.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's merge this and I will create the correct a circleci image in which has bazel 0.25 |
||
| ENVOY_SHA = "228a963d1308eb1b06e2e8b7387e0bfa72fe77ea" | ||
|
|
||
| ENVOY_SHA256 = "64beeb27f68ed644ff0bd37b193e5a85f49b883250940e292f6f150ec7173e38" | ||
| ENVOY_SHA256 = "6480ed4a526c504dc7c7c6784c7f143183a5481d944b999a45b7a7fb925d8e09" | ||
|
|
||
| http_archive( | ||
| name = "envoy", | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| race:event_debug_mode_too_late | ||
|
jplevyak marked this conversation as resolved.
|
||
Uh oh!
There was an error while loading. Please reload this page.