Skip to content

Commit

Permalink
vast: fix installation (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert authored Sep 9, 2024
1 parent ffbf24d commit 1dbf647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vast/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1dbf647

Please sign in to comment.