Skip to content

Commit

Permalink
buildlib: Update to FC32
Browse files Browse the repository at this point in the history
FC32 can install its packages now, so switch to it.

Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
  • Loading branch information
jgunthorpe committed Jul 7, 2020
1 parent 4c60200 commit 03762d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildlib/azure-pipelines.yml
Expand Up @@ -34,7 +34,7 @@ resources:
image: ucfconsort.azurecr.io/rdma-core/centos8:25.0
endpoint: ucfconsort_registry
- container: fedora
image: ucfconsort.azurecr.io/rdma-core/fc31:25.0
image: ucfconsort.azurecr.io/rdma-core/fc32:31.0
endpoint: ucfconsort_registry
- container: xenial
image: ucfconsort.azurecr.io/rdma-core/ubuntu-16.04:28.0
Expand Down
8 changes: 4 additions & 4 deletions buildlib/cbuild
Expand Up @@ -234,10 +234,10 @@ class centos8(Environment):
" ".join(sorted(self.pkgs))));
return res;

class fc31(Environment):
docker_parent = "fedora:31";
class fc32(Environment):
docker_parent = "fedora:32";
pkgs = centos8.pkgs
name = "fc31";
name = "fc32";
specfile = "redhat/rdma-core.spec";
ninja_cmd = "ninja-build";
is_rpm = True;
Expand Down Expand Up @@ -521,7 +521,7 @@ environments = [centos6(),
focal(),
jessie(),
stretch(),
fc31(),
fc32(),
leap(),
tumbleweed(),
debian_experimental(),
Expand Down

0 comments on commit 03762d6

Please sign in to comment.