Conversation
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
|
Did you see #151? It should address all This is a nice PR, I actually didn't know you can override
But I'm happy to discuss if you disagree. |
|
Since this is separate from this discussion, could you send a PR with |
|
Also, this breaks with GCC (see #151 for how it's fixed there with |
|
I tested with libc++ and this work as is. Didn’t test gcc but I guess a couple of select should make it work. Sanitizer flags should be already passed down in this way so I guess ASAN is already working from the CI result, though I haven’t verified it. |
Suggested by Lizan in: envoyproxy#152 Since that was the only custom dependency, we can revert bakc to upstream's build images. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Suggested by Lizan in: #152 Signed-off-by: Piotr Sikora <piotrsikora@google.com>
| # 5. Increase VSZ limit to 4TiB (allows us to start up to 370 VMs). | ||
| --- a/wee8/build/toolchain/gcc_toolchain.gni | ||
| +++ b/wee8/build/toolchain/gcc_toolchain.gni | ||
| # 6. Remove Bazel added -fuse-ld=gold if gn chose -fuse-ld=lld |
There was a problem hiding this comment.
Please add: # 7. Disable :compiler_deterministic, because ... (or 6., really).
| void free_data(); | ||
| #else | ||
|
|
||
|
|
There was a problem hiding this comment.
Nit: extra empty lines between patches.
| ) | ||
|
|
||
| configure_make( | ||
| name = "wee8", |
There was a problem hiding this comment.
Nit: sort alphabetically.
|
@lizan do you want to finish this before I start upstreaming V8, or should I upstream it as-is and migrate to |
|
@PiotrSikora let's drop this and migrating to native BUILD that you have :) |
* add x-google-user-proj header Signed-off-by: Pengyuan Bian <bianpengyuan@google.com> * clean up log Signed-off-by: Pengyuan Bian <bianpengyuan@google.com>
Signed-off-by: Lizan Zhou lizan@tetrate.io
Description:
To propagate CC context better down to gn/ninja.
Additionally, added use_glib=false so glib is no longer needed.
Risk Level:
Testing:
Docs Changes:
Release Notes: