From fafe1af4a96e498ec49d3b0ad1998950f953d802 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Thu, 26 Oct 2023 17:27:19 +0200 Subject: [PATCH] CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories. --- .github/workflows/test.yml | 5 ++--- {test/openssl/fixtures/ssl => tool}/openssl_fips.cnf.tmpl | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename {test/openssl/fixtures/ssl => tool}/openssl_fips.cnf.tmpl (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04f0e0d05..353464f3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -140,12 +140,11 @@ jobs: - name: set the open installed directory run: > sed -e "s|OPENSSL_DIR|$HOME/.openssl/${{ matrix.openssl }}|" - test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl > - test/openssl/fixtures/ssl/openssl_fips.cnf + tool/openssl_fips.cnf.tmpl > tmp/openssl_fips.cnf if: matrix.fips-enabled - name: set openssl config file path for fips. - run: echo "OPENSSL_CONF=$(pwd)/test/openssl/fixtures/ssl/openssl_fips.cnf" >> $GITHUB_ENV + run: echo "OPENSSL_CONF=$(pwd)/tmp/openssl_fips.cnf" >> $GITHUB_ENV if: matrix.fips-enabled - name: load ruby diff --git a/test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl b/tool/openssl_fips.cnf.tmpl similarity index 100% rename from test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl rename to tool/openssl_fips.cnf.tmpl