Skip to content

Commit b0073e9

Browse files
committed
don't build our CLI tool
1 parent c400250 commit b0073e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ fi
247247
if [ ! -z "${INSTALL_AWSLC}" ]; then
248248
(cd ${HOME} && git clone --depth 1 --branch v1.42.0 https://github.com/aws/aws-lc.git &&
249249
cd ${HOME}/aws-lc && mkdir build && cd build &&
250-
cmake -GNinja -DCMAKE_INSTALL_PREFIX=/opt/aws-lc -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=1 .. && sudo ninja install)
250+
cmake -GNinja -DCMAKE_INSTALL_PREFIX=/opt/aws-lc -DBUILD_TESTING=OFF -DBUILD_TOOL=OFF -DBUILD_SHARED_LIBS=1 .. && sudo ninja install)
251251
fi
252252

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

0 commit comments

Comments
 (0)