]> 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 14:56:27 +0000 (16:56 +0200)
.gitlab-ci.yml
misc/gitlab/data.yml.j2

index 7df1b6557598f3acd6f68cb10cb0f4b20f079977..037d74ba5a7a129ae5335d341c2d1d151fd54c47 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
index 36ab468a0838b6a79e678e35938b53ce85a63385..c0b5ec8a43c9e21080e00b343b209e1a8aca8cbd 100644 (file)
@@ -57,6 +57,8 @@ birdlab:
 
   {% for num in ("09", "10") -%}
   - name: netbsd-{{ num }}
+    variables:
+      CONFIGURE_OPTIONS: --disable-lto
   {% endfor %}
 
   {% for num in (13, 14) -%}