Skip to content

Commit d7c8836

Browse files
committed
copy artifacts
1 parent 0b47896 commit d7c8836

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/setup_ci.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,10 @@ fi
247247
if [ ! -z "${INSTALL_AWSLC}" ]; then
248248
(cd ${HOME} && git clone --depth 1 --branch v1.46.1 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" -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF .. &&
251-
ninja install)
250+
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF .. && ninja &&
251+
mkdir -p /opt/aws-lc/lib &&
252+
cp ${HOME}/aws-lc/build/crypto/libcrypto.a /opt/aws-lc/lib &&
253+
cp -r ${HOME}/aws-lc/include /opt/aws-lc)
252254
fi
253255

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

0 commit comments

Comments
 (0)