Skip to content

Fix centos-stream-9 container image build - #934

Merged
RazvanLiviuVarzaru merged 1 commit into
MariaDB:devfrom
RazvanLiviuVarzaru:fix-centos
Mar 25, 2026
Merged

Fix centos-stream-9 container image build#934
RazvanLiviuVarzaru merged 1 commit into
MariaDB:devfrom
RazvanLiviuVarzaru:fix-centos

Conversation

@RazvanLiviuVarzaru

Copy link
Copy Markdown
Collaborator

I can't find why previous builds (January 2026) worked but now we need to enable the mariadb module.

bash-5.1# dnf module list mariadb
CentOS Stream 9 - AppStream
Name                                         Stream                                      Profiles                                                        Summary
mariadb                                      10.11                                       client, galera, server [d]                                      MariaDB Module
mariadb                                      11.8                                        client, galera, server [d]                                      MariaDB Module
dnf module enable mariadb:11.8 -y

bash-5.1# dnf repoquery --source mariadb-server
mariadb-11.8.5-1.module_el9+1304+6dbdc612.src.rpm

@RazvanLiviuVarzaru

RazvanLiviuVarzaru commented Mar 18, 2026

Copy link
Copy Markdown
Collaborator Author

@grooverdan this is a hacky fix,
I can’t figure out what changed since the last successful build so I can address the problem at its source.

I can't find why previous builds (January 2026) worked but
now we need to enable the mariadb module.

```
bash-5.1# dnf module list mariadb
CentOS Stream 9 - AppStream
Name                                         Stream                                      Profiles                                                        Summary
mariadb                                      10.11                                       client, galera, server [d]                                      MariaDB Module
mariadb                                      11.8                                        client, galera, server [d]                                      MariaDB Module
```

```
dnf module enable mariadb:11.8 -y

bash-5.1# dnf repoquery --source mariadb-server
mariadb-11.8.5-1.module_el9+1304+6dbdc612.src.rpm
```

@grooverdan grooverdan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Was broken: https://github.com/MariaDB/buildbot/actions/runs/23232302531

Sure, hacky, but a mariadb-11.8 as a list of build dependencies is a good improvement regardless.

@RazvanLiviuVarzaru
RazvanLiviuVarzaru merged commit 471890f into MariaDB:dev Mar 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants