Skip to content
Snippets Groups Projects
Commit 75041db2 authored by Julien Leduc's avatar Julien Leduc
Browse files

IPv6 resolution for yum came back and breaks rpm installation on some runners

parent 15a6c943
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@ sed -i -c "s/^\($(hostname -i)\)\s\+.*$/\1 $(hostname -s).$(grep search /etc/res
echo "DONE"
# Not needed anymore, keep it in case it comes back
#echo -n "Yum should resolve names using IPv4 DNS: "
#echo "ip_resolve=IPv4" >> /etc/yum.conf
#echo "DONE"
echo -n "Yum should resolve names using IPv4 DNS: "
echo "ip_resolve=IPv4" >> /etc/yum.conf
echo "DONE"
# defining CI_CONTEXT
# possible values are "systemd" and "nosystemd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment