summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-04-14 15:12:52 +0200
committerBenjamin Kaduk <bkaduk@akamai.com>2021-04-19 11:46:39 -0700
commitcd0aca532091de4dfadf2f12b18dd99e9cba7615 (patch)
tree405670ae8138b800ca55ffa5bcd96a3957d447a7 /.github/workflows
parent16b8862d80dbfb627b72cba36739de29235d8f3d (diff)
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 <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/14872)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
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