mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Swap to using the main rocky repos hosted by fastly - mirrors are being unreliable (#20181)
This commit is contained in:
@@ -241,6 +241,16 @@ jobs:
|
||||
run: |
|
||||
yum install --assumeyes git
|
||||
|
||||
- name: Set rocky8 repo
|
||||
if: ${{ matrix.distribution.name == 'rockylinux:8' }}
|
||||
run: |
|
||||
sed -i -e 's|^mirrorlist=|#mirrorlist=|' -e 's|^#baseurl=http://dl\.rockylinux\.org/|baseurl=https://dl.rockylinux.org/|' /etc/yum.repos.d/Rocky-*.repo
|
||||
|
||||
- name: Set rocky9 repo
|
||||
if: ${{ matrix.distribution.name == 'rockylinux:9' }}
|
||||
run: |
|
||||
sed -i -e 's|^mirrorlist=|#mirrorlist=|' -e 's|^#baseurl=http://dl\.rockylinux\.org/|baseurl=https://dl.rockylinux.org/|' /etc/yum.repos.d/rocky-*.repo
|
||||
|
||||
- name: Prepare Rocky
|
||||
if: ${{ matrix.distribution.type == 'rocky' }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user