Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit c43eb0a

Browse files
docker: update pmdk installed version to 1.12.0
1 parent 59f4271 commit c43eb0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/docker/images/install-pmdk.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: BSD-3-Clause
3-
# Copyright 2018-2021, Intel Corporation
3+
# Copyright 2018-2022, Intel Corporation
44

55
#
66
# install-pmdk.sh - installs libpmem & libpmemobj
77
#
88

99
set -e
1010

11-
PACKAGE_MANAGER=$1
11+
PACKAGE_MANAGER=${1}
1212

13-
# master: 1.11.0, 02.07.2021
14-
PMDK_VERSION="8583fcfd68764ac6779e6f93db89b06971b26704"
13+
# common: 1.12.0 release, 24.05.2022
14+
PMDK_VERSION="73d8f958e855904dc0776a7d77d0f0d3698a65b1"
1515

1616
if [ "${SKIP_PMDK_BUILD}" ]; then
1717
echo "Variable 'SKIP_PMDK_BUILD' is set; skipping building PMDK"

0 commit comments

Comments
 (0)