Skip to content

Commit

Permalink
CI: Avoid rbs install on multiarch tests
Browse files Browse the repository at this point in the history
To avoid development tools there.
  • Loading branch information
larskanis committed Mar 30, 2024
1 parent a0995bc commit 49257c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/env/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ WORKDIR /build
CMD ruby -v && \
ruby -e "puts Gem::Platform.local.to_s" && \
gem install --local *.gem --verbose --no-document && \
bundle config set --local without 'type_check' && \
bundle install && \
ruby -rffi -S rake test
1 change: 1 addition & 0 deletions spec/env/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ WORKDIR /build
CMD ruby -v && \
ruby -e "puts Gem::Platform.local.to_s" && \
gem install --local *.gem --verbose --no-document && \
bundle config set --local without 'type_check' && \
bundle install && \
ruby -rffi -S rake test
1 change: 1 addition & 0 deletions spec/env/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ WORKDIR /build
CMD ruby -v && \
ruby -e "puts Gem::Platform.local.to_s" && \
gem install --local *.gem --verbose --no-document && \
bundle config set --local without 'type_check' && \
bundle install && \
ruby -rffi -S rake test

0 comments on commit 49257c6

Please sign in to comment.