ci: install glib2 and update ninja to version 1.8.2.#8033
ci: install glib2 and update ninja to version 1.8.2.#8033PiotrSikora wants to merge 1 commit intoenvoyproxy:masterfrom
Conversation
Needed for the upcoming V8-based Wasm VM. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
|
cc @lizan |
| && chmod +x /usr/local/bin/bazel | ||
|
|
||
| # ninja | ||
| VERSION=1.8.2 |
There was a problem hiding this comment.
1.8.2 is from September 2017. Any reason your not using the latest Ninja release 1.9.0? https://github.com/ninja-build/ninja/releases/tag/v1.9.0
There was a problem hiding this comment.
As far as I remember, v1.9.0 was built using newer glibc, and it won't load on CentOS.
|
WDYT about envoyproxy/envoy-wasm#152, which eliminates the need of this PR for wee8 build. |
Separately from that PR in general, you're right, we could use |
Needed for the upcoming V8-based Wasm VM.
Signed-off-by: Piotr Sikora piotrsikora@google.com