mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Deb autobake: ready with noble (Ubuntu 24.04)
Still not ready to support mariadb-plugin-rocks by distro. pmem (despite its EOL on Intel) and liburing are available on Noble (24.04). Its unclear why they where disabled in lunar/jammy. Too unstable to change now so introduce to 24.04 and see how it goes during testing.
This commit is contained in:
parent
1acf6a0f84
commit
bc2f155019
1 changed files with 9 additions and 7 deletions
16
debian/autobake-deb.sh
vendored
16
debian/autobake-deb.sh
vendored
|
@ -150,13 +150,6 @@ in
|
|||
add_lsb_base_depends
|
||||
;&
|
||||
"lunar"|"mantic")
|
||||
# mariadb-plugin-rocksdb s390x not supported by us (yet)
|
||||
# ubuntu doesn't support mips64el yet, so keep this just
|
||||
# in case something changes.
|
||||
if [[ ! "$architecture" =~ amd64|arm64|ppc64el|s390x ]]
|
||||
then
|
||||
remove_rocksdb_tools
|
||||
fi
|
||||
if [[ ! "$architecture" =~ amd64|arm64|ppc64el ]]
|
||||
then
|
||||
disable_pmem
|
||||
|
@ -165,6 +158,15 @@ in
|
|||
then
|
||||
replace_uring_with_aio
|
||||
fi
|
||||
;&
|
||||
"noble")
|
||||
# mariadb-plugin-rocksdb s390x not supported by us (yet)
|
||||
# ubuntu doesn't support mips64el yet, so keep this just
|
||||
# in case something changes.
|
||||
if [[ ! "$architecture" =~ amd64|arm64|ppc64el|s390x ]]
|
||||
then
|
||||
remove_rocksdb_tools
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo "Error: Unknown release '$LSBNAME'" >&2
|
||||
|
|
Loading…
Reference in a new issue