Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -80,6 +80,12 @@ fi
# Build and upload a binary to S3.
echo "Deploying Travis binary $(rbx_release_name) for ${TRAVIS_OS_NAME}..."

# TODO: Remove this hack when LLVM 3.6/7 support lands.
vendor_llvm="./vendor/llvm/Release/bin/llvm-config"
if [[ -f "$vendor_llvm" ]]; then
export RBX_BINARY_CONFIG="--llvm-config=$vendor_llvm"
fi

"$__dir__/package.sh" binary || fail "unable to build binary"

declare -a paths os_releases versions

0 comments on commit f5f9f49

Please sign in to comment.