Skip to content

Commit

Permalink
Update bin/ci to use LIBRARY_PATH from 0.24.1 (#5461)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Dec 27, 2017
1 parent e04565f commit 5e17dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ services:
matrix:
fast_finish: true
include:
- env: ARCH=i386 ARCH_CMD=linux32
- env: ARCH=i386 ARCH_CMD=linux32 ARCH_LIBRARY_PATH=/opt/crystal/embedded/lib/
os: linux
- env: ARCH=x86_64 ARCH_CMD=linux64 DEPLOY=true
os: linux
Expand Down
2 changes: 1 addition & 1 deletion bin/ci
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="${ARCH_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 5e17dd5

Please sign in to comment.