Skip to content

Commit

Permalink
(maint) In el-8-x86 platform switch centos-8 for redhat-8-x86_64
Browse files Browse the repository at this point in the history
With recent EOL of centos-8 builds have started to fail using centos-8.
This PR switches centos-8-x86_64 for redhat-8-x86_64.
  • Loading branch information
Christopher Thorn committed Feb 3, 2022
1 parent a20effc commit 07caf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/platforms/el-8-x86_64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
packages = ['make', 'rsync', 'rpm-build']
plat.provision_with "dnf install -y --allowerasing #{packages.join(' ')}"
plat.install_build_dependencies_with "dnf install -y --allowerasing "
plat.vmpooler_template "centos-8-x86_64"
plat.inherit_from_default
end

0 comments on commit 07caf3d

Please sign in to comment.