Merge pull request #215501 from Trundle/envoy-noexecstack

envoy: build with noexecstack
This commit is contained in:
Luke Granger-Brown 2023-02-10 20:02:02 +00:00 committed by GitHub
commit dc4cd5c7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,6 +149,7 @@ buildBazelPackage rec {
"--spawn_strategy=standalone"
"--noexperimental_strict_action_env"
"--cxxopt=-Wno-error"
"--linkopt=-Wl,-z,noexecstack"
# Force use of system Java.
"--extra_toolchains=@local_jdk//:all"