Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/ci
Original file line number Diff line number Diff line change
@@ -147,7 +147,7 @@ EOF
prepare_build() {
on_linux verify_linux_environment

on_linux docker pull "jhass/crystal-build-$ARCH:llvm38"
on_linux docker pull "jhass/crystal-build-$ARCH"

on_osx brew install llvm libevent pcre crystal-lang
}
@@ -165,7 +165,7 @@ with_build_env() {
-v $(pwd):/mnt \
-w /mnt \
-e LIBRARY_PATH="/opt/crystal/embedded/lib/" \
"jhass/crystal-build-$ARCH:llvm38" \
"jhass/crystal-build-$ARCH" \
"$ARCH_CMD" /bin/bash -c "'$command'"

on_osx PATH="/usr/local/opt/llvm/bin:\$PATH" \
@@ -219,4 +219,4 @@ case $command in
exit 1
fi
;;
esac
esac

0 comments on commit 50cee13

Please sign in to comment.