[
https://issues.apache.org/jira/browse/GEODE-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400424#comment-17400424
]
ASF GitHub Bot commented on GEODE-9510:
---------------------------------------
pdxcodemonkey merged pull request #843:
URL: https://github.com/apache/geode-native/pull/843
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)