mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 09:46:18 +00:00
Bump Fedora to 28/29 and fix virtualenv install
Fedora python-virtualenv package no longer provides the /usr/bin/virtualenv executable! Switch to using dnf to install it so we don't have to guess the right package name.
This commit is contained in:
parent
495156ddaa
commit
0640cfbb8b
@ -16,10 +16,10 @@ workflows:
|
||||
requires:
|
||||
- "ubuntu-18.04"
|
||||
|
||||
- "fedora-28"
|
||||
- "fedora-27":
|
||||
- "fedora-29"
|
||||
- "fedora-28":
|
||||
requires:
|
||||
- "fedora-28"
|
||||
- "fedora-29"
|
||||
|
||||
- "centos-7"
|
||||
|
||||
@ -261,8 +261,8 @@ jobs:
|
||||
python-devel \
|
||||
libffi-devel \
|
||||
openssl-devel \
|
||||
libyaml-devel \
|
||||
python-virtualenv
|
||||
libyaml-devel
|
||||
dnf install /usr/bin/virtualenv
|
||||
|
||||
# XXX net-tools is actually a Tahoe-LAFS runtime dependency!
|
||||
yum install --assumeyes \
|
||||
@ -284,16 +284,16 @@ jobs:
|
||||
- run: *SUBMIT_COVERAGE
|
||||
|
||||
|
||||
fedora-27:
|
||||
<<: *RHEL_DERIV
|
||||
docker:
|
||||
- image: "fedora:27"
|
||||
|
||||
|
||||
fedora-28:
|
||||
<<: *RHEL_DERIV
|
||||
docker:
|
||||
- image: "fedora"
|
||||
- image: "fedora:28"
|
||||
|
||||
|
||||
fedora-29:
|
||||
<<: *RHEL_DERIV
|
||||
docker:
|
||||
- image: "fedora:29"
|
||||
|
||||
|
||||
slackware-14.2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user