Skip to content

Commit

Permalink
dev: build-gems no longer runs in parallel
Browse files Browse the repository at this point in the history
I was getting too many build errors.

[skip ci]
  • Loading branch information
flavorjones committed Dec 8, 2024
1 parent 3641937 commit fe7da7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-gems
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bundle exec rake compile test

# package the gems, including precompiled native
bundle exec rake clean clobber
bundle exec rake -m gem:all
bundle exec rake gem:all
cp -v pkg/sqlite3*.gem gems

# test those gem files!
Expand Down

0 comments on commit fe7da7e

Please sign in to comment.