Skip to content

Commit

Permalink
try shared build
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Feb 7, 2025
1 parent 7c0258b commit c400250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ fi
if [ ! -z "${INSTALL_AWSLC}" ]; then
(cd ${HOME} && git clone --depth 1 --branch v1.42.0 https://github.com/aws/aws-lc.git &&
cd ${HOME}/aws-lc && mkdir build && cd build &&
cmake -GNinja -DCMAKE_INSTALL_PREFIX=/opt/aws-lc -DBUILD_TESTING=OFF .. && sudo ninja install)
cmake -GNinja -DCMAKE_INSTALL_PREFIX=/opt/aws-lc -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=1 .. && sudo ninja install)
fi

if [ ! -z "${INSTALL_ZLIB}" ]; then
Expand Down

0 comments on commit c400250

Please sign in to comment.