From 7585ae738280a446e202d890b672229b228de315 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sun, 2 Feb 2020 15:39:33 -0500 Subject: [PATCH] the "build_all" script should only build native binaries for windows we'll tackle linux native binaries soon in #1983 --- build_all | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_all b/build_all index 6659edaadf..64cb92d8fd 100755 --- a/build_all +++ b/build_all @@ -20,5 +20,6 @@ cp -v pkg/nokogiri*java.gem gems # windows and linux fat binary gems bundle exec rake clean -bundle exec rake gem:native +bundle exec rake gem:windows +# bundle exec rake gem:linux cp -v pkg/nokogiri-*{x86,x64}*.gem gems