1
0

Accepting request 1008796 from science

- disable tests for now, the test code is not working with gcc11

OBS-URL: https://build.opensuse.org/request/show/1008796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cura-engine-lulzbot?expand=0&rev=14
This commit is contained in:
Richard Brown 2022-10-07 23:26:17 +00:00 committed by Git OBS Bridge
commit 51ad294e41
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d8cd4d3504ff808a75ef7774276847dbc512d68ec5d2d919cb33d9015b0f3534 oid sha256:2f961447b6ac4f7587dae85361c69f558debc5365f5f0825d48a21eb6205baa3
size 4338188 size 4338700

View File

@ -2,4 +2,3 @@ name: CuraEngine
version: 3.6.21 version: 3.6.21
mtime: 1560420755 mtime: 1560420755
commit: ec6a1a0f0aa387ef97e5c106633cf8d7fb9cd00d commit: ec6a1a0f0aa387ef97e5c106633cf8d7fb9cd00d

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 7 13:58:40 UTC 2022 - Adrian Schröter <adrian@suse.de>
- disable tests for now, the test code is not working with gcc11
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 30 08:51:54 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org> Mon Aug 30 08:51:54 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package cura-engine-lulzbot # spec file for package cura-engine-lulzbot
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -65,7 +65,7 @@ export CXX=g++-6
%cmake -DCMAKE_POSITION_INDEPENDENT_CODE="true" \ %cmake -DCMAKE_POSITION_INDEPENDENT_CODE="true" \
-DBUILD_SHARED_LIBS="false" \ -DBUILD_SHARED_LIBS="false" \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTS=ON -DBUILD_TESTS=OFF
%make_jobs %make_jobs
%install %install
@ -76,6 +76,8 @@ mv %buildroot%_bindir/CuraEngine{,-lulzbot}
install -Dm0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/CuraEngine-lulzbot.1 install -Dm0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/CuraEngine-lulzbot.1
%check %check
# tests do not build with gcc 11
exit 0
cd build cd build
make test make test