File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 linux :
1212 name : Linux (${{ matrix.backend }})
13- runs-on : ubuntu-20 .04 # for OpenSSL 1.1.1
13+ runs-on : ubuntu-24 .04
1414 strategy :
1515 fail-fast : false
1616 matrix :
2323 run : |
2424 sudo apt update -qq
2525 sudo apt install libcppunit-dev libbotan-2-dev p11-kit
26+ # Replace installed OpenSSL with the supported version 1.1.1
27+ curl -O http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb
28+ curl -O http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.24_amd64.deb
29+ curl -O http://security.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.24_amd64.deb
30+ sudo dpkg -i --force-confnew openssl_1.1.1f-1ubuntu2.24_amd64.deb \
31+ libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb \
32+ libssl-dev_1.1.1f-1ubuntu2.24_amd64.deb
2633 - name : Build
2734 env :
2835 CXXFLAGS : -Werror -DBOTAN_NO_DEPRECATED_WARNINGS
You can’t perform that action at this time.
0 commit comments