From 33fa1c2c1f5fdeda194f3dad40e1cf8c6406bb9a Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Fri, 8 Nov 2024 17:52:49 +0100 Subject: [PATCH] Ignore ruby32 by default (same as for lower ruby versions) --- lib/autoproj/default.osdeps | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/autoproj/default.osdeps b/lib/autoproj/default.osdeps index c9802c68..e892e574 100644 --- a/lib/autoproj/default.osdeps +++ b/lib/autoproj/default.osdeps @@ -101,6 +101,10 @@ ruby27: ruby30: default: ignore # we assume that if the user has a ruby 3.0 runtime, it is usable +ruby32: + default: ignore # we assume that if the user has a ruby 3.0 runtime, it is usable + + build-essential: debian,ubuntu: build-essential gentoo: ignore