Skip to content

Commit

Permalink
enh(docker): disable mariadb maxscale repository during mariadb repo …
Browse files Browse the repository at this point in the history
…setup (#1701)
  • Loading branch information
tuntoja authored Sep 13, 2024
1 parent 388516b commit e1230db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.centreon-collect-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ baseurl=https://repo.goreleaser.com/yum/
enabled=1
gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo

curl -LsS "https://r.mariadb.com/downloads/mariadb_repo_setup" | bash -s -- --os-type=rhel --os-version=8 --mariadb-server-version="mariadb-10.5"
curl -LsS "https://r.mariadb.com/downloads/mariadb_repo_setup" | bash -s -- --os-type=rhel --os-version=8 --mariadb-server-version="mariadb-10.5" --skip-maxscale
dnf --best install -y cmake \
gcc \
gcc-c++ \
Expand Down

1 comment on commit e1230db

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
3 2 0 5 60.00 0s

Failed Tests

Name Message ⏱️ Duration Suite
BRCTS1 There should not exist queue map files. 0.000 s Reverse-Connection
BRCS1 There should not exist queue map files. 0.000 s Reverse-Connection

Please sign in to comment.