Skip to content

Commit

Permalink
chore(deps) use gcc to build boringssl
Browse files Browse the repository at this point in the history
Eliminate the need for clang in base images (https://github.com/Kong/kong-build-tools-base-images)
  • Loading branch information
gszr authored Feb 9, 2022
1 parent 1efda44 commit a2509de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openresty-build-tools/kong-ngx-build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2509de

Please sign in to comment.