We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fe5a7 commit 878ec51Copy full SHA for 878ec51
1 file changed
core/sourcehook/test/AMBuilder
@@ -4,6 +4,8 @@ import os
4
for cxx in MMS.all_targets:
5
name = 'test_sourcehook'
6
binary = MMS.Program(cxx, name)
7
+ if binary.compiler.target.arch == 'x86_64' and binary.compiler.target.platform == 'linux':
8
+ continue
9
10
binary.compiler.defines += [
11
'SOURCEHOOK_TESTS',
0 commit comments