Skip to content

Commit

Permalink
Workaround 1869030.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Nov 18, 2020
1 parent 6c67f4e commit f000b41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ stages:

matrix:
include:
- stage: build-and-test
env: fedora=rawhide
- stage: build-and-test
env: fedora=latest

Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora
FROM registry.fedoraproject.org/fedora:rawhide
RUN dnf install -y --setopt=install_weak_deps=False python3-devel python3-Cython make gcc libssh-devel openssh-server openssh-clients rpm-build
RUN for i in rsa ecdsa ed25519 ; do /usr/libexec/openssh/sshd-keygen $i ; done
RUN mkdir ~/.ssh && echo localhost $( cat /etc/ssh/ssh_host_ecdsa_key.pub ) > ~/.ssh/known_hosts
Expand Down

0 comments on commit f000b41

Please sign in to comment.