Skip to content

Commit

Permalink
#2046: build: more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Mar 28, 2023
1 parent 553a7b8 commit 932be54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/build_vt_sample.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ if test "$is_alpine" -eq 0 && test "${VT_CI_BUILD:-0}" -eq 1
then
export VT=${source_dir}
export VT_BUILD=${build_dir}/vt
export VT_INSTALL=${VT_BUILD}/install
export CHECKPOINT=${VT}/lib/checkpoint
export VT_INSTALL=${VT_BUILD}/install/cmake
export CHECKPOINT=${build_dir}/checkpoint

cd "$VT_BUILD"

Expand All @@ -34,7 +34,7 @@ then

if test "$VT_INCLUSION_TYPE" = "EXT_LIB"
then
export vt_DIR="$VT_INSTALL"
VT="$VT_INSTALL"
CHECKPOINT=""
fi

Expand Down

0 comments on commit 932be54

Please sign in to comment.