From cf449e81ab17097d88f0f2566725bfebd0635a38 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 24 Mar 2022 11:41:49 -0400 Subject: Cirrus: Temporarily update netavark/aardvark-dns Normally installing/updating packages at test runtime is highly discouraged for reliability and efficiency reasons. However, in this specific case, development work of these packages is still fairly hot. As a compromise to support podman test development, temporarily update these two specific packages at runtime. At a future date, when updates are less frequent, this commit can/should be safely reverted. At that point, the versions installed at VM image build time will persist. Signed-off-by: Chris Evich --- contrib/cirrus/lib.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh index 2365965f2..583f85fc1 100644 --- a/contrib/cirrus/lib.sh +++ b/contrib/cirrus/lib.sh @@ -244,6 +244,11 @@ use_netavark() { export NETWORK_BACKEND=netavark # needed for install_test_configs() msg "Removing any/all CNI configuration" rm -rvf /etc/cni/net.d/* + + # TODO: Remove this when netavark/aardvark-dns development slows down + warn "Updating netavark/aardvark-dns to avoid frequent VM image rebuilds" + # N/B: This is coming from updates-testing repo in F36 + lilto dnf update -y netavark aardvark-dns } # Remove all files provided by the distro version of podman. -- cgit v1.2.3-54-g00ecf