Skip to content

Commit

Permalink
sudo priveleges
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Feb 6, 2025
1 parent e56905b commit 6165293
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_BUILD_TYPE=Release -DBUILD_TESTING=OFF .. && ninja install &&
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF .. && sudo ninja install &&
mkdir -p /opt/aws-lc/lib &&
cp ${HOME}/aws-lc/build/crypto/libcrypto.a /opt/aws-lc/lib &&
cp -r ${HOME}/aws-lc/include /opt/aws-lc &&
Expand Down

0 comments on commit 6165293

Please sign in to comment.