Skip to content

Commit bda957d

Browse files
committed
Merge branch 'jc/ci-osx-with-sha1dc'
Give a bit more diversity to macOS CI by using sha1dc in one of the jobs (the other one tests Apple Common Crypto). * jc/ci-osx-with-sha1dc: ci: use DC_SHA1=YesPlease on osx-clang job for CI
2 parents 777f548 + 1ad5c3d commit bda957d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/lib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ macos-latest)
259259
MAKEFLAGS="$MAKEFLAGS PYTHON_PATH=$(which python3)"
260260
else
261261
MAKEFLAGS="$MAKEFLAGS PYTHON_PATH=$(which python2)"
262+
MAKEFLAGS="$MAKEFLAGS NO_APPLE_COMMON_CRYPTO=NoThanks"
263+
MAKEFLAGS="$MAKEFLAGS DC_SHA1=YesPlease NO_OPENSSL=NoThanks"
262264
fi
263265
;;
264266
esac

0 commit comments

Comments
 (0)