[
https://issues.apache.org/jira/browse/GEODE-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacob Barrett updated GEODE-9510:
---------------------------------
Description:
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}sudo apt-mark hold *{noformat}
was:
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 PackageKit*{noformat}
* Ubuntu: {noformat}sudo apt-mark hold *{noformat}
> 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
> 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}sudo apt-mark hold *{noformat}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)