Skip to content

Commit

Permalink
Merge pull request #10 from Martyrshot/update-ci
Browse files Browse the repository at this point in the history
update ci to use latest version of OpenSSL3.2
  • Loading branch information
Martyrshot authored Oct 29, 2023
2 parents 0e33ccf + 0dc9581 commit e6b0795
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: "CodeQL"

on:
push:
branches: [ "bind-9.16", "bind-9.18", "main" ]
schedule:
- cron: '39 8 * * 3'
branches: [ "*" ]

jobs:
analyze:
Expand Down Expand Up @@ -48,9 +46,9 @@ jobs:
cmake -GNinja .. -DCMAKE_INSTALL_PREFIX=$liboqs_DIR && ninja && ninja run_tests && ninja install
env:
liboqs_DIR: ${{ runner.workspace }}/local_deps/oqs
- name: Install Openssl3.2.0-alpha2
- name: Install Openssl3.2.0-beta1
run: |
git clone --branch openssl-3.2.0-alpha2 https://github.com/openssl/openssl.git
git clone --branch openssl-3.2.0-beta1 https://github.com/openssl/openssl.git
cd openssl
./Configure --prefix=$OPENSSL_ROOT_DIR --openssldir=$OPENSSL_ROOT_DIR no-docs -lm && make && make $NPROC install LIBDIR=lib
env:
Expand Down Expand Up @@ -85,7 +83,7 @@ jobs:
run: |
cd ${{ runner.workspace }}/OQS-bind
autoreconf -fi
./configure CFLAGS="-Wl,--no-as-needed" LIBS="-ldl" --with-openssl=$OPENSSL_ROOT_DIR
./configure --with-openssl=$OPENSSL_ROOT_DIR
make -j $NPROC
env:
OPENSSL_ROOT_DIR: ${{ runner.workspace }}/local_deps/ossl
Expand Down

0 comments on commit e6b0795

Please sign in to comment.