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

Commit

Permalink
temp: check build of original valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Dec 10, 2020
1 parent d02a074 commit 4d8d37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/docker/images/install-valgrind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ if [ "${SKIP_VALGRIND_BUILD}" ]; then
exit
fi

git clone --recursive https://github.com/pmem/valgrind.git
git clone git://sourceware.org/git/valgrind.git
cd valgrind
# pmem-3.15: Merge pull request #81 from marcinslusarz/pmem-3.15
git checkout 09f75f69683d862f8456f75484fcdc0dc5508900
# git checkout 09f75f69683d862f8456f75484fcdc0dc5508900

./autogen.sh
./configure --prefix=/usr
Expand Down

0 comments on commit 4d8d37f

Please sign in to comment.