We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e04565f commit 5e17dd5Copy full SHA for 5e17dd5
.travis.yml
@@ -9,7 +9,7 @@ services:
9
matrix:
10
fast_finish: true
11
include:
12
- - env: ARCH=i386 ARCH_CMD=linux32
+ - env: ARCH=i386 ARCH_CMD=linux32 ARCH_LIBRARY_PATH=/opt/crystal/embedded/lib/
13
os: linux
14
- env: ARCH=x86_64 ARCH_CMD=linux64 DEPLOY=true
15
bin/ci
@@ -164,7 +164,7 @@ with_build_env() {
164
-u $(id -u) \
165
-v $(pwd):/mnt \
166
-w /mnt \
167
- -e LIBRARY_PATH="/opt/crystal/embedded/lib/" \
+ -e LIBRARY_PATH="${ARCH_LIBRARY_PATH:-/usr/lib/crystal/lib/}" \
168
-e CRYSTAL_CACHE_DIR="/tmp/crystal" \
169
"jhass/crystal-build-$ARCH" \
170
"$ARCH_CMD" /bin/bash -c "'$command'"
0 commit comments