Skip to content

Commit f5f9f49

Browse files
committedDec 21, 2015
Use LLVM prebuilt to deploy on Linux.
[ci skip]
1 parent 6c68367 commit f5f9f49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

Diff for: ‎scripts/deploy.sh

+6
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ fi
8080
# Build and upload a binary to S3.
8181
echo "Deploying Travis binary $(rbx_release_name) for ${TRAVIS_OS_NAME}..."
8282

83+
# TODO: Remove this hack when LLVM 3.6/7 support lands.
84+
vendor_llvm="./vendor/llvm/Release/bin/llvm-config"
85+
if [[ -f "$vendor_llvm" ]]; then
86+
export RBX_BINARY_CONFIG="--llvm-config=$vendor_llvm"
87+
fi
88+
8389
"$__dir__/package.sh" binary || fail "unable to build binary"
8490

8591
declare -a paths os_releases versions

0 commit comments

Comments
 (0)