Skip to content

Commit

Permalink
Use LLVM prebuilt to deploy on Linux.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brixen committed Dec 21, 2015
1 parent 6c68367 commit f5f9f49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/deploy.sh
Expand Up @@ -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
Expand Down

0 comments on commit f5f9f49

Please sign in to comment.