add HasAuxTable

This commit is contained in:
Dylan Knutson
2025-07-18 05:57:35 +00:00
parent c27b0c952d
commit e67eb94e44
30 changed files with 3750 additions and 455 deletions

View File

@@ -9,13 +9,13 @@ RUN \
cmake
WORKDIR /usr/src/app
RUN gem install bundler -v '2.5.6'
RUN gem install bundler -v '2.6.2'
COPY gems gems
WORKDIR /usr/src/app/gems/xdiff-rb
RUN bundle _2.5.6_ install
RUN bundle install
RUN rake compile
WORKDIR /usr/src/app/gems/rb-bsdiff
RUN bundle _2.5.6_ install
RUN bundle install
RUN rake compile
# Primary image
@@ -69,7 +69,9 @@ COPY --from=native-gems /usr/src/app/gems/rb-bsdiff /gems/rb-bsdiff
WORKDIR /usr/src/app
COPY Gemfile Gemfile.lock ./
RUN bundle _2.5.6_ install
RUN echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
RUN bundle config --local frozen 1
RUN --mount=type=ssh bundle install
# install js dependencies
COPY package.json yarn.lock ./