File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,6 @@ case "$config" in
162162 LIBCRYPTOFLAGS=" --with-ssl-dir=/opt/boringssl --with-rpath=-Wl,-rpath,"
163163 ;;
164164 aws-lc)
165- CFLAGS=" -I/opt/aws-lc/include"
166- LDFLAGS=" -Wl,-rpath=/opt/aws-lc/lib"
167165 LIBCRYPTOFLAGS=" --with-ssl-dir=/opt/aws-lc --with-rpath=-Wl,-rpath,"
168166 ;;
169167 libressl-* )
Original file line number Diff line number Diff line change 247247if [ ! -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_TOOL=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=0 .. && sudo ninja install)
251251fi
252252
253253if [ ! -z " ${INSTALL_ZLIB} " ]; then
Original file line number Diff line number Diff line change 1515 matrix :
1616 # First we test all OSes in the default configuration.
1717 target :
18- - ubuntu-20.04
18+ # - ubuntu-20.04
1919 - ubuntu-22.04
2020 # - macos-13
2121 # - macos-14
5555 # - { target: ubuntu-20.04, config: tcmalloc }
5656 # - { target: ubuntu-20.04, config: musl }
5757 # - { target: ubuntu-latest, config: boringssl }
58- - { target: ubuntu-latest , config: aws-lc }
58+ - { target: ubuntu-22.04 , config: aws-lc }
5959 # - { target: ubuntu-latest, config: libressl-master }
6060 # - { target: ubuntu-latest, config: libressl-3.2.6 }
6161 # - { target: ubuntu-latest, config: libressl-3.3.6 }
You can’t perform that action at this time.
0 commit comments