Skip to content

Commit c6a2707

Browse files
committed
changed ubuntu version
1 parent b0073e9 commit c6a2707

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/configs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-*)

.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_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)
251251
fi
252252

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

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -55,7 +55,7 @@ jobs:
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 }

0 commit comments

Comments
 (0)