forked from envoyproxy/envoy-build-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: script and dockerfile for centos
- gn has to be compiled to satisfy centos glibc requirements and to mitigate problems with the version of envoy's wasm/v8 dependency (ref: envoyproxy/envoy#15119) - prependend PATH env var in centos' dockerfile by /usr/local/bin which was missing before and which is path where bazel is present (ref: envoyproxy/envoy/#12535) - added installation of glibc-static and libstdc++-static ref: envoyproxy/envoy#18365 Signed-off-by: Bart Smykla <bartek@smykla.com>
- Loading branch information
1 parent
55a7bbe
commit 93364f1
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters