[
https://issues.apache.org/jira/browse/GEODE-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400423#comment-17400423
]
ASF subversion and git services commented on GEODE-9510:
--------------------------------------------------------
Commit 3c3cb5988123a4e464e5aed2e3353f315824382c in geode-native's branch
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=3c3cb59 ]
GEODE-9510: Disabled automatic/background updates. (#843)
> 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
>
> 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)