Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ci/provisioning/post_provision_config_nodes_EL.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright 2021-2024 Intel Corporation.
# Copyright 2025 Hewlett Packard Enterprise Development LP
# Copyright 2025-2026 Hewlett Packard Enterprise Development LP
#
# SPDX-License-Identifier: BSD-2-Clause-Patent

Expand All @@ -18,6 +18,8 @@ set +e
set -e
# Seems to be needed to fix some issues.
dnf -y reinstall sssd-common
# Remove ClamAV to avoid libcrypto version mismatch on older el9 systems (< el9.7)
dnf -y remove clamav-lib
}

group_repo_post() {
Expand Down
Loading