Skip to content

Commit

Permalink
Add some nokogiri dependencies temporarily
Browse files Browse the repository at this point in the history
I'd love to find a way to avoid these dependencies. These are just for
generating some sources for YARP, and are not used after that. I bet we
can pre-generate YARP sources and commit to our repo...
  • Loading branch information
seven1m committed Sep 11, 2023
1 parent 2a5ac56 commit 671c9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG IMAGE=ruby:3.2
FROM $IMAGE

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -q build-essential autoconf libtool clang lcov clang-tidy libclang-dev lldb python3 python3-pip ccache
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -q build-essential autoconf libtool clang zlib1g-dev liblzma-dev lcov clang-tidy libclang-dev lldb python3 python3-pip ccache

# PIP externally-managed-environment now forces you
# to be explicit when installing system-wide package
Expand Down
2 changes: 1 addition & 1 deletion lib/natalie/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ def debug(node)
end
puts @path
p node.location.start_line
binding.irb
binding.irb if ENV['DEBUG_PARSER']
end

def s(*items, location:)
Expand Down

0 comments on commit 671c9e4

Please sign in to comment.