Skip to content

Commit

Permalink
Nits & fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Mulling <[email protected]>
  • Loading branch information
Mulling committed Dec 28, 2024
1 parent 699459a commit 3062253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
git config --global --add safe.directory \
/__w/pkcs11-provider/pkcs11-provider
git submodule update --init
if [ -f /etc/fedora-release ]; then
if [ -f /etc/redhat-release ]; then
CC=${{ matrix.compiler }} meson setup builddir
else
CC=${{ matrix.compiler }} meson setup builddir -Denable_explicit_EC_test=true
Expand Down
2 changes: 1 addition & 1 deletion tests/tecxc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Some distributions completely removed support for explicit EC from libcrypto.
# If `-Denable_explicit_EC_test=true` is not set, skip the test.
if [ -z "${ENABLE_EXPLICIT_EC_TEST}" ]; then
exit 0
exit 77
fi

source "${TESTSSRCDIR}/helpers.sh"
Expand Down

0 comments on commit 3062253

Please sign in to comment.