Skip to content

Commit

Permalink
Add dockerfile integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Feb 22, 2024
1 parent 1e8653a commit 67eaab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
echo 'RUN apt-get update -qq && \' >> Dockerfile.issue
echo ' apt-get install -y libclang-dev' >> Dockerfile.issue
echo 'COPY Gemfile.issue /app/Gemfile' >> Dockerfile.issue
echo 'RUN git clone https://github.com/oxidize-rb/rb-sys /rb_sys && cd /rb_sys && git checkout $GITHUB_SHA && git log' >> Dockerfile.issue
echo "RUN git clone https://github.com/oxidize-rb/rb-sys /rb_sys && cd /rb_sys && git checkout $GITHUB_SHA && git rev-parse HEAD" >> Dockerfile.issue
echo 'ENV RUBYOPT=-I/rb_sys/gem/lib' >> Dockerfile.issue
echo 'RUN bundle install' >> Dockerfile.issue
cat Dockerfile.issue
Expand Down

0 comments on commit 67eaab1

Please sign in to comment.