Skip to content

Commit

Permalink
ruby: HACK build with -j1 due to unreliability
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyd2019 committed Jan 17, 2025
1 parent 860c3d0 commit 4191143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ build() {
--with-dbm-type=gdbm_compat \
LDSHARED="gcc -shared" \
DLDFLAGS="-Wl,--export-all-symbols"
make
make -j1
}

check() {
Expand Down

0 comments on commit 4191143

Please sign in to comment.