From 1dbf647130520ca0fc898da694b9f8aac271341b Mon Sep 17 00:00:00 2001 From: Francesco Bertolaccini Date: Mon, 9 Sep 2024 03:01:58 +0200 Subject: [PATCH] vast: fix installation (#90) --- vast/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vast/build.sh b/vast/build.sh index 040a164..576261c 100755 --- a/vast/build.sh +++ b/vast/build.sh @@ -40,7 +40,7 @@ git clone -q --depth 1 --recursive --single-branch -b "${BRANCH}" "${URL}" "vast cd "vast-${VERSION}" cmake --workflow --preset compiler-explorer -cmake --install ./builds/compiler-explorer +cmake --install ./builds/compiler-explorer --prefix "$STAGING_DIR" # Copy all shared object dependencies into the release directory to create a hermetic build, per # Compiler Explorer requirements. Update rpath for these objects to $ORIGIN.