Skip to content

Commit

Permalink
Maybe fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed Nov 21, 2019
1 parent 82511e3 commit 3253ffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,8 @@ script:
- $SETARCH file ruby
- ldd ruby || true
- $SETARCH ldd ruby || true
- strace -f ldd ruby || true
- strace -f $SETARCH ldd ruby || true
# - strace -f ldd ruby || true
# - strace -f $SETARCH ldd ruby || true
- |
(
set -x
Expand Down
2 changes: 1 addition & 1 deletion test/fiddle/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
when 4
# 32-bit ruby
case RUBY_PLATFORM
when /armv.*-linux/
when /armv\w+-linux/
# In the ARM 32-bit libc package such as libc6:armhf libc6:armel,
# libc.so and libm.so are installed to /lib/arm-linux-gnu*.
# It's not installed to /lib32.
Expand Down

0 comments on commit 3253ffa

Please sign in to comment.