mirror of
https://github.com/MariaDB/server.git
synced 2025-07-21 23:50:01 +00:00
Fix failing Gitlab-CI by fixing CentOS 8 repo urls
This commit is contained in:

committed by
Daniel Black

parent
ffb7f8854a
commit
c61249eef1
@ -172,7 +172,7 @@ fedora-clang:
|
|||||||
|
|
||||||
centos8:
|
centos8:
|
||||||
stage: build
|
stage: build
|
||||||
image: centos:8
|
image: quay.io/centos/centos:stream8 # CentOS 8 is deprecated, use this Stream8 instead
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: fetch
|
GIT_STRATEGY: fetch
|
||||||
GIT_SUBMODULE_STRATEGY: normal
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
@ -186,7 +186,7 @@ centos8:
|
|||||||
# - package Judy-devel-1.0.5-18.module_el8.3.0+757+d382997d.i686 is filtered out by modular filtering
|
# - package Judy-devel-1.0.5-18.module_el8.3.0+757+d382997d.i686 is filtered out by modular filtering
|
||||||
# - package Judy-devel-1.0.5-18.module_el8.3.0+757+d382997d.x86_64 is filtered out by modular filtering
|
# - package Judy-devel-1.0.5-18.module_el8.3.0+757+d382997d.x86_64 is filtered out by modular filtering
|
||||||
# Solution: install Judy-devel directly from downloaded rpm file:
|
# Solution: install Judy-devel directly from downloaded rpm file:
|
||||||
- yum install -y http://mirror.centos.org/centos/8/PowerTools/x86_64/os/Packages/Judy-devel-1.0.5-18.module_el8.3.0+757+d382997d.x86_64.rpm
|
- yum install -y http://vault.centos.org/centos/8/PowerTools/x86_64/os/Packages/Judy-devel-1.0.5-18.module_el8.3.0+757+d382997d.x86_64.rpm
|
||||||
# Use eatmydata to speed up build
|
# Use eatmydata to speed up build
|
||||||
- yum install -y https://github.com/stewartsmith/libeatmydata/releases/download/v129/libeatmydata-129-1.fc33.x86_64.rpm
|
- yum install -y https://github.com/stewartsmith/libeatmydata/releases/download/v129/libeatmydata-129-1.fc33.x86_64.rpm
|
||||||
- yum install -y ccache # From EPEL
|
- yum install -y ccache # From EPEL
|
||||||
|
Reference in New Issue
Block a user