Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.6.x ubuntu24 fedora40 #4541

Merged
merged 2 commits into from
Jun 28, 2024
Merged

V2.6.x ubuntu24 fedora40 #4541

merged 2 commits into from
Jun 28, 2024

Conversation

mirostauder
Copy link
Collaborator

add builds and packaging for

  • ubuntu24
  • ubuntu24-dbg
  • ubuntu24-clang
  • fedora40
  • fedora40-dbg
  • fedora40-clang

@mirostauder mirostauder self-assigned this May 8, 2024
@Seldaek
Copy link

Seldaek commented Jun 24, 2024

@mirostauder sorry to nag but I am wondering if there is anything we can do to help push this forward? This is the last blocker for us to upgrade to Ubuntu 24.04, and it looks to me like this PR builds fine.

@mirostauder
Copy link
Collaborator Author

@Seldaek this will be pulled into next release together with other fixes.
ETA ~ next week.

@renecannao renecannao merged commit 2057f66 into v2.x Jun 28, 2024
45 checks passed
@tlacroix
Copy link

tlacroix commented Aug 1, 2024

@mirostauder Any new ETA for next release?

@mirostauder
Copy link
Collaborator Author

mirostauder commented Aug 2, 2024 via email

@tlacroix
Copy link

tlacroix commented Aug 2, 2024

@mirostauder Thanks for your answer. I understand you have stability to maintain.
1-2 weeks is fine for us. But beyond that, we'll need to temporarily drop ProxySQL because we'll need to upgrade to Ubuntu 24.04 to comply with arbitrarily imposed standards.

Out of the box idea: would there be any way you could retro fit just this PR in the 2.6.3 branch (say 2.6.3.1) as it's not touching any code, just the build?

In any case, thanks for your work, much appreciated.

@tlacroix
Copy link

tlacroix commented Aug 22, 2024

Just in case some people were waiting for a build for 24.04 like we were...

The latest build for 22.04 installs and works properly on a vanilla Ubuntu 24.04 Standard and a vanilla Ubuntu 24.04 Pro on our side (on the latest EC2 images of both, released today/yesterday).

So we're good, not blocked waiting for a ProxySQL build for 24.04 to progress on our 24.04 upgrade anymore.

The snippet below is what we now use, compatible with 22.04 and 24.04 at the moment of this writing.

UBUNTU_RELEASE="$(lsb_release -sc)"
if [ "${UBUNTU_RELEASE}" = "noble" ]; then
  UBUNTU_RELEASE="jammy"
fi
echo "deb https://repo.proxysql.com/ProxySQL/proxysql-2.6.x/${UBUNTU_RELEASE}/ ./" > /etc/apt/sources.list.d/proxysql.list
wget -O - https://repo.proxysql.com/ProxySQL/proxysql-2.6.x/repo_pub_key | apt-key add -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants