Skip to content

Commit 0402b2b

Browse files
committed
Build tweaks
1 parent d3a7f77 commit 0402b2b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN curl -O -L https://github.com/mateusza/SQLite-Levenshtein/archive/master.zip
1919
RUN unzip master.zip
2020
WORKDIR /usr/local/src/SQLite-Levenshtein-master
2121
RUN ./configure
22-
RUN make -j 8 install
22+
RUN make install
2323

2424
WORKDIR /app
2525
RUN rm -rf /usr/local/src
@@ -31,7 +31,7 @@ ENV RUBY_LANGUAGE_SERVER_PROJECT_ROOT=/project/
3131
COPY Gemfile* ruby_language_server.gemspec ./
3232
COPY lib/ruby_language_server/version.rb lib/ruby_language_server/version.rb
3333

34-
RUN bundle install -j 8
34+
RUN bundle install
3535

3636
COPY . ./
3737

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ DEPENDENCIES
210210
rubocop-rspec
211211
ruby_language_server!
212212
simplecov
213+
simplecov_json_formatter
213214

214215
CHECKSUMS
215216
activemodel (8.1.1) sha256=8b7e2496b9e333ced06248c16a43217b950192c98e0fe3aa117eee21501c6fbd

0 commit comments

Comments
 (0)