Skip to content

Commit

Permalink
fix(ci/bootstrap): don't sed the repo config
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <madonuko@outlook.com>
  • Loading branch information
madonuko authored Dec 5, 2024
1 parent 131578d commit 82fc0ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
dnf install -y 'dnf-command(config-manager)'
dnf config-manager --set-enabled crb
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-${{ matrix.version }}.noarch.rpm
sed -Ei "s@^#baseurl=.+@baseurl=https://dl.fedoraproject.org/pub/epel/\$releasever_major\${releasever_minor:+.\$releasever_minor}/Everything/\$basearch/os/@" /etc/yum.repos.d/epel.repo
sed -Ei '/^metalink/ s/^/#/' /etc/yum.repos.d/epel.repo
dnf install -y mock wget git-core openssl-devel cargo podman fuse-overlayfs rpm-build mock
dnf builddep -y anda/{terra/{mock-configs,srpm-macros},tools/buildsys/subatomic}/*.spec
Expand Down

0 comments on commit 82fc0ba

Please sign in to comment.