Skip to content

Commit

Permalink
ci(travis): exclude Fedora 29 from Travis CI
Browse files Browse the repository at this point in the history
Fedora 29 currently fails with "Cipher 'AES-256-GCM' mode not supported"
But the cipher is hardcoded in the systemd unit.
This is a bug within the distribution itself. => wont fix it in the formula (for now).
  • Loading branch information
alxwr committed May 24, 2019
1 parent 75f85bd commit 499444a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ env:
# - INSTANCE: default-debian-9-2018-3-py2
- INSTANCE: default-ubuntu-1604-2018-3-py2
# - INSTANCE: default-centos-7-2018-3-py2
- INSTANCE: default-fedora-29-2018-3-py2
# Currently fails with "Cipher 'AES-256-GCM' mode not supported"
#- INSTANCE: default-fedora-29-2018-3-py2
# TODO: Use this when fixed instead of `opensuse-leap-42`
# Ref: https://github.com/netmanagers/salt-image-builder/issues/2
# - INSTANCE: default-opensuse-leap-15-2018-3-py2
Expand Down

0 comments on commit 499444a

Please sign in to comment.