mirror of
https://github.com/boostorg/boost-ci.git
synced 2026-02-21 15:02:09 +00:00
fix prefix path for valgrind
This commit is contained in:
@@ -26,7 +26,7 @@ if [[ ! -z "$VALGRIND_COMMIT" ]]; then
|
||||
fi
|
||||
|
||||
./autogen.sh
|
||||
./configure --prefix=~/vg
|
||||
./configure --prefix=/tmp/vg
|
||||
make -j3
|
||||
make -j3 install
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user