package/apitrace: disable unit tests
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 22 Dec 2020 10:44:11 +0000 (11:44 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 23 Dec 2020 08:54:00 +0000 (09:54 +0100)
commit0d209dce35d3484ac94d949cfd656d81c21cd41d
treef1df2fe72f8b8e806ddb1f940bdf84f857446445
parentdfebf58aba287b110b489cb6ac365ab8ff64dbb6
package/apitrace: disable unit tests

This will avoid the following build failure with xtensa:

[ 62%] Linking CXX executable ../../guids_test
[ 62%] Building CXX object retrace/CMakeFiles/retrace_common.dir/retrace.cpp.o
CMakeFiles/guids_test.dir/guids_test.cpp.o:(.debug_line+0xf7b): dangerous relocation: overflow after relaxation
collect2: error: ld returned 1 exit status
lib/guids/CMakeFiles/guids_test.dir/build.make:85: recipe for target 'guids_test' failed

Fixes:
 - http://autobuild.buildroot.org/results/8fea93a88bb34e98e391a048c3b996b45ebac803

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/apitrace/0003-CMakeLists.txt-respect-BUILD_TESTING-OFF.patch [new file with mode: 0644]