From cd0aca532091de4dfadf2f12b18dd99e9cba7615 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 14 Apr 2021 15:12:52 +0200 Subject: Update krb5 module to latest release Fixes #14902 Also add workaround of `sudo hostname localhost` for the intermittent test failures seen in CI. Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/14872) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee4a2c8f2b..ec35e84ff3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,6 +221,8 @@ jobs: uses: perl-actions/install-with-cpanm@v1 with: install: Test2::V0 + - name: setup hostname workaround + run: sudo hostname localhost - name: config run: ./config --strict-warnings --debug no-afalgeng enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 enable-external-tests && perl configdata.pm --dump - name: make -- cgit v1.2.3