From 2f9c2ebaf4f66cab50d368966a37068daecf47af Mon Sep 17 00:00:00 2001 From: Aniket Sahu Date: Sun, 23 Nov 2025 21:42:36 +0530 Subject: [PATCH] Update env.conf file to add nfs-utils for Fedora Some tests were failing because of the nfs-utils library not being present. With this PR merged, the presence of the library will be checked during bootstrapping. This should help avoid further issues of tests running without the module being present. --- config/wrapper/env.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wrapper/env.conf b/config/wrapper/env.conf index 3f46e45a..5edd1271 100644 --- a/config/wrapper/env.conf +++ b/config/wrapper/env.conf @@ -98,7 +98,7 @@ packages = [deps_rhelbe7_pHyp] packages = [deps_fedora] -packages = gcc,python3-devel,xz-devel,python3-setuptools,numactl +packages = gcc,python3-devel,xz-devel,python3-setuptools,numactl,nfs-utils [deps_fedora_NV] packages = [deps_fedora_pHyp]