Skip to content

Commit 5e17dd5

Browse files
committedDec 27, 2017
Update bin/ci to use LIBRARY_PATH from 0.24.1 (#5461)
1 parent e04565f commit 5e17dd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
matrix:
1010
fast_finish: true
1111
include:
12-
- env: ARCH=i386 ARCH_CMD=linux32
12+
- env: ARCH=i386 ARCH_CMD=linux32 ARCH_LIBRARY_PATH=/opt/crystal/embedded/lib/
1313
os: linux
1414
- env: ARCH=x86_64 ARCH_CMD=linux64 DEPLOY=true
1515
os: linux

Diff for: ‎bin/ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ with_build_env() {
164164
-u $(id -u) \
165165
-v $(pwd):/mnt \
166166
-w /mnt \
167-
-e LIBRARY_PATH="/opt/crystal/embedded/lib/" \
167+
-e LIBRARY_PATH="${ARCH_LIBRARY_PATH:-/usr/lib/crystal/lib/}" \
168168
-e CRYSTAL_CACHE_DIR="/tmp/crystal" \
169169
"jhass/crystal-build-$ARCH" \
170170
"$ARCH_CMD" /bin/bash -c "'$command'"

0 commit comments

Comments
 (0)
Please sign in to comment.