mirror of
https://github.com/ceph/ceph
synced 2025-02-19 00:47:49 +00:00
Merge pull request #39077 from tchaikov/wip-libzbd
install-deps.sh: set codename when installing libzbd Reviewed-by: David Galloway <dgallowa@redhat.com>
This commit is contained in:
commit
ffdceb1743
@ -206,14 +206,14 @@ function install_boost_on_ubuntu {
|
||||
}
|
||||
|
||||
function install_libzbd_on_ubuntu {
|
||||
local codename=$1
|
||||
local project=libzbd
|
||||
local sha1=44ffc287bf57e17afafec0af4d39b62d4f6c0dac
|
||||
local sha1=1fadde94b08fab574b17637c2bebd2b1e7f9127b
|
||||
install_pkg_on_ubuntu \
|
||||
$project \
|
||||
$sha1 \
|
||||
$codename \
|
||||
check \
|
||||
libzbd \
|
||||
libzbd-dev
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user