Skip to content

Commit 6cdbda1

Browse files
Try another mirror for openeuler
``` [MIRROR] asio-devel-1.28.1-1.oe2403.x86_64.rpm: Curl error (92): Stream error in the HTTP/2 framing layer for https://repo.openeuler.org/openEuler-24.03-LTS/everything/x86_64/Packages/asio-devel-1.28.1-1.oe2403.x86_64.rpm [HTTP/2 stream 67 was not closed cleanly: INTERNAL_ERROR (err 2)] ```
1 parent f3c7a3a commit 6cdbda1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci_build_images/centos.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN dnf -y install 'dnf-command(config-manager)' \
4343
# remove . from between the version to correspond to
4444
# the galera repository name.
4545
VERSION_ID=-${VERSION_ID%.*}${VERSION_ID#*.}; \
46+
sed -i 's#http://repo.openeuler.org#https://mirrors.dotsrc.org/openeuler#g' /etc/yum.repos.d/openEuler.repo; \
4647
;; \
4748
"rocky") \
4849
ID=rockylinux; \

0 commit comments

Comments
 (0)