Builds and autopkgtests finally finished and succeeded, all look good.
Also verified installations with

$ lxc launch ubuntu-daily:oracular test-oracular -c security.nesting=true
$ lxc exec test-oracular bash

$ apt update
$ apt upgrade

$ cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

$ apt update
$ apt install -t oracular-proposed valkey
$ valkey-server --version
Server v=7.2.8 sha=00000000:0 malloc=jemalloc-5.3.0 bits=64 
build=607b55256ade8b3


$ lxc launch ubuntu-daily:noble test-noble -c security.nesting=true
$ lxc exec test-noble bash

$ apt update
$ apt upgrade

$ cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

$ apt update
$ apt install -t noble-proposed valkey
$ valkey-server --version
Server v=7.2.8 sha=00000000:0 malloc=jemalloc-5.3.0 bits=64 
build=24caf68e41dbddbd


** Tags removed: verification-needed verification-needed-noble
** Tags added: verification-done verification-done-noble 
verification-done-oracular

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2097546

Title:
   Update Valkey to 7.2.8 in noble and oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/valkey/+bug/2097546/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to