From 94c47c5eb79fe47544cb7eee13ad5e14924b0deea7994e9b347c5dbcf87733e4 Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Tue, 16 Jul 2019 11:40:36 +0000 Subject: [PATCH] Accepting request 714826 from home:marxin:branches:Base:System - Disable tests as GCC checks are gone. OBS-URL: https://build.opensuse.org/request/show/714826 OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=137 --- post-build-checks.changes | 5 +++++ post-build-checks.spec | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/post-build-checks.changes b/post-build-checks.changes index df1d8bd..bd9df08 100644 --- a/post-build-checks.changes +++ b/post-build-checks.changes @@ -4,6 +4,11 @@ Tue Jul 16 11:32:46 UTC 2019 - ro@suse.com - Update to version 84.88+git20190716.5a0e034: * Remove unused tests. +------------------------------------------------------------------- +Fri Jul 12 10:06:12 UTC 2019 - Martin Liška + +- Disable tests as GCC checks are gone. + ------------------------------------------------------------------- Thu Jul 11 15:57:33 UTC 2019 - ro@suse.com diff --git a/post-build-checks.spec b/post-build-checks.spec index c2598f3..8ca4916 100644 --- a/post-build-checks.spec +++ b/post-build-checks.spec @@ -68,12 +68,6 @@ install -m 644 -D suse-buildsystem.sh $RPM_BUILD_ROOT/etc/profile.d/suse-builds install -m 644 -D suse-ignored-rpaths.conf $RPM_BUILD_ROOT/etc/suse-ignored-rpaths.conf chmod 755 $RPM_BUILD_ROOT/usr/lib/build/checks-data/check* -%check -for i in tests/xx*.c -do - (echo "Executing(%%build)" ; gcc $RPM_OPT_FLAGS -c $i 2>&1)| checks-data/check_gcc_output 2>&1|grep "^[WE]" -done - %post # do nothing when not in a build chroot if ! test -e /.buildenv; then