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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb8c0945e39b43dcef02934fe9cf6baa816f5b0;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