Skip to content

Commit

Permalink
Update bin/ci to use LIBRARY_PATH from 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Dec 26, 2017
1 parent 68c0098 commit 9478066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ with_build_env() {
-u $(id -u) \
-v $(pwd):/mnt \
-w /mnt \
-e LIBRARY_PATH="/opt/crystal/embedded/lib/" \
-e LIBRARY_PATH="/usr/lib/crystal/lib/" \
-e CRYSTAL_CACHE_DIR="/tmp/crystal" \
"jhass/crystal-build-$ARCH" \
"$ARCH_CMD" /bin/bash -c "'$command'"
Expand Down

0 comments on commit 9478066

Please sign in to comment.