Commit bc2f1550 authored by Daniel Black's avatar Daniel Black

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.
parent 1acf6a0f
...@@ -150,13 +150,6 @@ in ...@@ -150,13 +150,6 @@ in
add_lsb_base_depends add_lsb_base_depends
;& ;&
"lunar"|"mantic") "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 ]] if [[ ! "$architecture" =~ amd64|arm64|ppc64el ]]
then then
disable_pmem disable_pmem
...@@ -165,6 +158,15 @@ in ...@@ -165,6 +158,15 @@ in
then then
replace_uring_with_aio replace_uring_with_aio
fi 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 echo "Error: Unknown release '$LSBNAME'" >&2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment