Jacob Barrett created GEODE-9510:
------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)