From 083e70ba4ab3f21788160975c6f1cf40e3ebd4ce Mon Sep 17 00:00:00 2001 From: Igor Putovny Date: Fri, 9 May 2025 19:59:40 +0200 Subject: [PATCH] Disable LTO for NetBSD. It crashes the compiler for whatever reason. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b62b1e41..eb347f259 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -963,12 +963,16 @@ build-birdlab-openbsd-76: build-birdlab-netbsd-09: <<: *build-birdlab-base + variables: + CONFIGURE_OPTIONS: --disable-lto tags: - birdlab-netbsd-09 - amd64 build-birdlab-netbsd-10: <<: *build-birdlab-base + variables: + CONFIGURE_OPTIONS: --disable-lto tags: - birdlab-netbsd-10 - amd64 -- 2.47.2