Skip to content

Commit

Permalink
fix(sourcehook): Disable tests on linux x64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Aug 4, 2024
1 parent f5fe5a7 commit 878ec51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/sourcehook/test/AMBuilder
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import os
for cxx in MMS.all_targets:
name = 'test_sourcehook'
binary = MMS.Program(cxx, name)
if binary.compiler.target.arch == 'x86_64' and binary.compiler.target.platform == 'linux':
continue

binary.compiler.defines += [
'SOURCEHOOK_TESTS',
Expand Down

0 comments on commit 878ec51

Please sign in to comment.