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

wasm: update V8 to 9.6.152 #18375

Closed
wants to merge 1 commit into from

Conversation

bartsmykla
Copy link

@bartsmykla bartsmykla commented Oct 1, 2021

Before merging this PR, someone with proper access (@PiotrSikora maybe?) should deploy artifacts built by https://storage.googleapis.com/envoyproxy-wee8/wee8-archive.sh to https://storage.googleapis.com/envoyproxy-wee8/wee8-9.6.152.tar.gz

Commit Message: wasm: The current (v9.2.230.13) contain bug which doesn't let build
envoy on centos 7
Additional Description: none
Risk Level: it's hard to asses by me as I don't have a lot of experience with v8 and couldn't find a good amount of information of changes between these versions
Testing: CI build checks
Docs Changes: none
Release Notes: none
Platform Specific Features: none
Fixes #18365

The current (v9.2.230.13) contain bug which doesn't let build
envoy on centos 7

Signed-off-by: Bart Smykla <[email protected]>
@repokitteh-read-only
Copy link

Hi @bartsmykla, welcome and thank you for your contribution.

We will try to review your Pull Request as quickly as possible.

In the meantime, please take a look at the contribution guidelines if you have not done so already.

🐱

Caused by: #18375 was opened by bartsmykla.

see: more, trace.

@repokitteh-read-only repokitteh-read-only bot added the deps Approval required for changes to Envoy's external dependencies label Oct 1, 2021
@repokitteh-read-only
Copy link

CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to (bazel/.*repos.*\.bzl)|(bazel/dependency_imports\.bzl)|(api/bazel/.*\.bzl)|(.*/requirements\.txt)|(.*\.patch).

🐱

Caused by: #18375 was opened by bartsmykla.

see: more, trace.

Copy link
Contributor

@PiotrSikora PiotrSikora left a comment

Choose a reason for hiding this comment

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

I opened a PR with update to v9.5 (#18621), since it was a bit more involved than a version bump due to addition of a semi-complete Bazel support in v9.3.

@@ -808,14 +808,14 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "V8",
project_desc = "Google’s open source high-performance JavaScript and WebAssembly engine, written in C++",
project_url = "https://v8.dev",
version = "9.2.230.13",
version = "9.6.152",
Copy link
Contributor

Choose a reason for hiding this comment

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

v9.6 didn't reach chromium beta channel yet, so it might be a bit too early for that.

Copy link
Author

Choose a reason for hiding this comment

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

got it, thank you for the PR - I'm closing this one then :-)

@bartsmykla
Copy link
Author

I'm closing this PR. Thank you for your help!

@bartsmykla bartsmykla closed this Oct 18, 2021
@bartsmykla bartsmykla deleted the v8_v9.6-update branch October 18, 2021 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Approval required for changes to Envoy's external dependencies waiting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

envoyproxy/envoy-build-centos build is failed
3 participants