[
https://issues.apache.org/jira/browse/GEODE-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacob Barrett resolved GEODE-9510.
----------------------------------
Fix Version/s: 1.15.0
Resolution: Fixed
> Disable background package upgrades on build images.
> ----------------------------------------------------
>
> Key: GEODE-9510
> URL: https://issues.apache.org/jira/browse/GEODE-9510
> Project: Geode
> Issue Type: Task
> Reporter: Jacob Barrett
> Assignee: Jacob Barrett
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> On RHEL background updates can result in changes to the glibc or compiler mid
> build causing random failures.
>
> Disable background updates on all build images:
>
> * RHEL8: {noformat}yum remove -y df-automatic{noformat}
> * RHEL7: {noformat}yum remove -y yum-cron{noformat}
> * Ubuntu: {noformat}apt remove -y unattended-upgrades{noformat}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)