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

Commit c7d66b7

Browse files
authored
Merge pull request #1196 from lukaszstolarczuk/bump-valgrind-version
CI: update valgrind to 3.17
2 parents ee53315 + 98b8d80 commit c7d66b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/docker/images/install-valgrind.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: BSD-3-Clause
3-
# Copyright 2016-2020, Intel Corporation
3+
# Copyright 2016-2021, Intel Corporation
44

55
#
6-
# install-valgrind.sh - installs valgrind for persistent memory
6+
# install-valgrind.sh - installs valgrind with pmemcheck
77
#
88

99
set -e
@@ -13,10 +13,10 @@ if [ "${SKIP_VALGRIND_BUILD}" ]; then
1313
exit
1414
fi
1515

16-
git clone --recursive https://github.com/pmem/valgrind.git
16+
git clone https://github.com/pmem/valgrind.git
1717
cd valgrind
18-
# pmem-3.15: Merge pull request #81 from marcinslusarz/pmem-3.15
19-
git checkout 09f75f69683d862f8456f75484fcdc0dc5508900
18+
# pmem-3.17: Merge pull request #85 from lukaszstolarczuk/pmem-3.17; 16.08.2021
19+
git checkout ff6f0f125f8e1b1a2a8615f2b14efeaf135ad01b
2020

2121
./autogen.sh
2222
./configure --prefix=/usr

0 commit comments

Comments
 (0)