]> jfr.im git - irc/DALnet/bahamut.git/commitdiff
Remove openssl build instructions origin/fix-ubuntu22
authorEmilio A. Escobar <redacted>
Thu, 30 Jun 2022 03:25:42 +0000 (23:25 -0400)
committerGitHub <redacted>
Thu, 30 Jun 2022 03:25:42 +0000 (23:25 -0400)
.github/workflows/ccpp.yml

index 7de759e578ce38e82051ac465270f625d97a6ffb..21468a4ce64a213be01a72dd66c22cc432280f9a 100644 (file)
@@ -46,14 +46,8 @@ jobs:
       run: automake --force-missing --add-missing || exit 0
     - name: autoreconf
       run: autoreconf -vfi
-    - name: get openssl
-      run:  wget --no-check-certificate -O openssl-1.1.1m.tar.gz https://www.openssl.org/source/openssl-1.1.1m.tar.gz
-    - name: untar openssl
-      run:  tar zxf openssl-1.1.1m.tar.gz && cd openssl-1.1.1m
-    - name: compile openssl
-      run: ls && ./config --prefix=$HOME/openssl --openssldir=$HOME/openssl && make install
     - name: configure
-      run: ./configure --enable-openssl=$HOME/openssl
+      run: ./configure
     - name: make
       run: make
     - name: is ircd there