From 2006f0d2cb92546a054e753aaec0d85a7295b5d5 Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Tue, 1 Feb 2022 18:32:59 -0600 Subject: [PATCH] Add vault mirrors to Centos 8 --- .github/workflows/trickops.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trickops.yml b/.github/workflows/trickops.yml index 57373b36..32833d12 100644 --- a/.github/workflows/trickops.yml +++ b/.github/workflows/trickops.yml @@ -54,6 +54,7 @@ jobs: - name: install dependencies # Note that perl is for trick-gte which TrickOps runs and qt and everything after it is for koviz run: | + sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* dnf install -y git python3-devel which perl perl-Digest-MD5 qt5-qtbase-devel bison clang flex make gcc gcc-c++ wget - name: create virtual environment run: |