File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 fetch-depth : 1
118118 - run : |
119119 cd bind9
120- if [FIPS == "${{ matrix.fips_ref }}" ]; then
120+ if [ "${{ matrix.fips_ref }}" = "FIPS " ]; then
121121 patch -p1 < $GITHUB_WORKSPACE/osp/wolfProvider/bind9/bind9-${{ matrix.bind_ref }}-wolfprov-fips.patch
122122 else
123123 patch -p1 < $GITHUB_WORKSPACE/osp/wolfProvider/bind9/bind9-${{ matrix.bind_ref }}-wolfprov.patch
Original file line number Diff line number Diff line change @@ -160,7 +160,4 @@ jobs:
160160 echo "libwolfprov.so successfully removed"
161161 fi
162162
163- # Verify that the default provider is present and active
164- $GITHUB_WORKSPACE/scripts/verify-install.sh --no-wp ${{ matrix.replace_default && '--replace-default' || '' }} ${{ matrix.fips && '--fips' || '' }}
165-
166163 echo "Package uninstallation and cleanup verification successful"
You can’t perform that action at this time.
0 commit comments