From a2509de2827bcd51cae0e9101cc0ecbaac58372f Mon Sep 17 00:00:00 2001 From: Guilherme Salazar Date: Wed, 9 Feb 2022 14:56:26 -0300 Subject: [PATCH] chore(deps) use gcc to build boringssl Eliminate the need for clang in base images (https://github.com/Kong/kong-build-tools-base-images) --- openresty-build-tools/kong-ngx-build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openresty-build-tools/kong-ngx-build b/openresty-build-tools/kong-ngx-build index 76bedc6e..2be5feb8 100755 --- a/openresty-build-tools/kong-ngx-build +++ b/openresty-build-tools/kong-ngx-build @@ -523,10 +523,6 @@ main() { mkdir -p build pushd build - CC="/usr/bin/clang -fPIE" \ - CXX="/usr/bin/clang++ -fPIE" \ - CPP=/usr/bin/clang-cpp \ - LD=/usr/bin/ld.lld \ cmake -GNinja -DBUILD_SHARED_LIBS=1 -DFIPS=1 .. ninja popd #build