Skip to content

Commit

Permalink
Merge pull request #1099 from larskanis/ci-strscan
Browse files Browse the repository at this point in the history
CI: Avoid install of strscan with C-ext in the multiarch container
  • Loading branch information
larskanis committed May 20, 2024
2 parents 04a6e44 + ce9de62 commit 1ec54d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/env/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +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 config set --local without 'doc:type_check' && \
bundle install && \
ruby -rffi -S rake test
2 changes: 1 addition & 1 deletion spec/env/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +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 config set --local without 'doc:type_check' && \
bundle install && \
ruby -rffi -S rake test
2 changes: 1 addition & 1 deletion spec/env/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +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 config set --local without 'doc:type_check' && \
bundle install && \
ruby -rffi -S rake test

0 comments on commit 1ec54d9

Please sign in to comment.