From: Igor Putovny Date: Fri, 9 May 2025 17:59:40 +0000 (+0200) Subject: Disable LTO for NetBSD. It crashes the compiler for whatever reason. X-Git-Tag: v3.1.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=083e70ba4ab3f21788160975c6f1cf40e3ebd4ce;p=thirdparty%2Fbird.git Disable LTO for NetBSD. It crashes the compiler for whatever reason. --- 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