-
Notifications
You must be signed in to change notification settings - Fork 69
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
build: update v8 to 12.7.224.18 #409
base: main
Are you sure you want to change the base?
Commits on Aug 18, 2024
-
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 644e5e2 - Browse repository at this point
Copy the full SHA 644e5e2View commit details -
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdb5e93 - Browse repository at this point
Copy the full SHA fdb5e93View commit details
Commits on Aug 19, 2024
-
Patch proxy-wasm-cpp-sdk to work around g++ -std=c++20 compilation issue
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aab1611 - Browse repository at this point
Copy the full SHA aab1611View commit details -
Add temporary workaround for proxy-wasm#412
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 749ebf8 - Browse repository at this point
Copy the full SHA 749ebf8View commit details -
Add -fno-sanitize=unsigned-integer-overflow to clang asan options
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc7a80b - Browse repository at this point
Copy the full SHA fc7a80bView commit details -
Disable clang-tidy clang-diagnostic-builtin-macro-redefined check
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2f8102 - Browse repository at this point
Copy the full SHA c2f8102View commit details -
Change asan config for NullVM and Wasmtime from clang-asan-strict to …
…clang-asan Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7d6af7 - Browse repository at this point
Copy the full SHA d7d6af7View commit details -
- Update v8.patch - Remove v8_include.patch which is no longer needed - Remove dependency on chromium_base_trace_event_common Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5092179 - Browse repository at this point
Copy the full SHA 5092179View commit details -
Update v8.patch to revert v8 commit b26554ec368e9553782012c96aa5e99b1…
…63eaff2 This re-adds the use of _allowlist_function_transition, which is needed by Bazel 6.5.0. Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce012d6 - Browse repository at this point
Copy the full SHA ce012d6View commit details -
Bind absl_* build targets referenced by v8 build rules
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4614adf - Browse repository at this point
Copy the full SHA 4614adfView commit details -
Fetch fp16 dependency of v8, and patch v8 to find it
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef3558a - Browse repository at this point
Copy the full SHA ef3558aView commit details -
Set torque generator path to location where Bazel can find outputs
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a25b87 - Browse repository at this point
Copy the full SHA 7a25b87View commit details -
Tolerate deprecated declarations in v8
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a65d5e9 - Browse repository at this point
Copy the full SHA a65d5e9View commit details -
Build with C++20, and take 2 at compiling v8 with -Wno-deprecated-dec…
…larations Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf4df28 - Browse repository at this point
Copy the full SHA bf4df28View commit details -
Fix tweak to where v8 looks for its fp16 dependency
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42d7ee7 - Browse repository at this point
Copy the full SHA 42d7ee7View commit details -
Additionally specify --host_cxxopt=-std=c++20
This isn't strictly necessary in this PR for CI to pass, however I encountered a need for it in child PR proxy-wasm#409, and seemed more appropriate to add here. Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93358c2 - Browse repository at this point
Copy the full SHA 93358c2View commit details -
Merge branch 'use-cpp-20' into v8_v12.7.224.18
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1161ce - Browse repository at this point
Copy the full SHA c1161ceView commit details -
Specify -Wno-invalid-offsetof for gcc builds
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 394f075 - Browse repository at this point
Copy the full SHA 394f075View commit details -
Cherrypick V8 commit 35888fee7bbaaaf1f02ccc88a95c9a336fc790bc to addr…
…ess gcc build failure Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5407f4 - Browse repository at this point
Copy the full SHA e5407f4View commit details -
Use --cxxopt instead of --copt to specify -Wno-invalid-offsetof
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4500ac - Browse repository at this point
Copy the full SHA c4500acView commit details -
Add -Wno-deprecated to gcc cxxopt
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f34e8f - Browse repository at this point
Copy the full SHA 8f34e8fView commit details -
Merge branch 'main' into use-cpp-20
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4de318c - Browse repository at this point
Copy the full SHA 4de318cView commit details -
Merge branch 'use-cpp-20' into v8_v12.7.224.18
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abc9b10 - Browse repository at this point
Copy the full SHA abc9b10View commit details -
Specify -Wno-deprecated for gcc, take 2
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4eec14 - Browse repository at this point
Copy the full SHA d4eec14View commit details -
Set gcc warning flags via --host_cxxopt as well
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06f6411 - Browse repository at this point
Copy the full SHA 06f6411View commit details