X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcodeql-analysis.yml;h=194a08da4a4151bb6a8d5db35bd735260eeb4757;hb=374627ab520fca0a189d56a747abbff7e2b67bd7;hp=07eb46ba3a3c09aabbc7f7dd906417a4ea592697;hpb=86bfcaca3c710def42582662311fb969ded120a3;p=openssl-gost%2Fengine.git diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 07eb46b..194a08d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,7 +1,7 @@ name: "CodeQL" env: - OPENSSL_BRANCH: openssl-3.0.0-alpha17 + OPENSSL_BRANCH: openssl-3.0 #RPATH: "-Wl,-rpath=${PREFIX}/lib" #PREFIX: ${HOME}/opt #PATH: ${PREFIX}/bin:${PATH} @@ -27,6 +27,8 @@ jobs: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. fetch-depth: 2 + # gost-engine has submodules + submodules: true # If this run was triggered by a pull request event, then checkout # the head of the pull request instead of the merge commit. @@ -61,7 +63,7 @@ jobs: export RPATH="-Wl,-rpath=${PREFIX}/lib" cd openssl git describe --always --long - ./config shared -d --prefix=${PREFIX} --openssldir=${PREFIX} ${RPATH} + ./config shared -d --prefix=${PREFIX} --openssldir=${PREFIX} --libdir=lib ${RPATH} make -s build_libs make -s build_programs make -s install_sw