]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Disable LTO for NetBSD. It crashes the compiler for whatever reason.
authorIgor Putovny <igor.putovny@nic.cz>
Fri, 9 May 2025 17:59:40 +0000 (19:59 +0200)
committerMaria Matejka <mq@ucw.cz>
Sat, 10 May 2025 11:20:07 +0000 (13:20 +0200)
.gitlab-ci.yml

index 5b62b1e41d685474088a395d1327d82206539df2..eb347f25919e9c9a0f62276c7ed0f1a940f94389 100644 (file)
@@ -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