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