Skip to content

Commit

Permalink
Merge pull request #1341 from VitaliySerov/fix/ci
Browse files Browse the repository at this point in the history
Fix faling CI
  • Loading branch information
tenderlove committed Feb 8, 2024
2 parents 8c0a8f8 + 6f55400 commit 38efd9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/Dockerfile_fedora
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN dnf -yq install \
gcc \
gcc-c++ \
git \
libyaml-devel \
make \
mariadb-connector-c-devel \
mariadb-server \
Expand Down
1 change: 1 addition & 0 deletions ci/mysql57.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rm -fr /etc/mysql
rm -fr /var/lib/mysql
apt-key add support/5072E1F5.asc # old signing key
apt-key add support/3A79BD29.asc # 5.7.37 and higher
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
# Verify the repository as add-apt-repository does not.
wget -q --spider http://repo.mysql.com/apt/ubuntu/dists/$(lsb_release -cs)/mysql-5.7
add-apt-repository 'http://repo.mysql.com/apt/ubuntu mysql-5.7'
Expand Down
1 change: 1 addition & 0 deletions ci/mysql80.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rm -fr /etc/mysql
rm -fr /var/lib/mysql
apt-key add support/5072E1F5.asc # old signing key
apt-key add support/3A79BD29.asc # 8.0.28 and higher
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
# Verify the repository as add-apt-repository does not.
wget -q --spider http://repo.mysql.com/apt/ubuntu/dists/$(lsb_release -cs)/mysql-8.0
add-apt-repository 'http://repo.mysql.com/apt/ubuntu mysql-8.0'
Expand Down

0 comments on commit 38efd9b

Please sign in to comment.