Skip to content

Commit

Permalink
Merge pull request #7347 from 0xdaryl/nojbapitest
Browse files Browse the repository at this point in the history
Disable JitBuilder API generator tests on macOS on x86
  • Loading branch information
mstoodle authored May 23, 2024
2 parents 1814ef7 + 2d923b2 commit 9eb7915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jitbuilder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if(OMR_JITBUILDER AND OMR_ENV_DATA64)
add_subdirectory(release)
endif()

if(OMR_JITBUILDER_TEST)
if(OMR_JITBUILDER_TEST AND NOT (OMR_OS_OSX AND OMR_ARCH_X86))
add_test(
NAME TestJitBuilderAPIGenerator
COMMAND ${PYTHON_EXECUTABLE} run_tests.py
Expand Down

0 comments on commit 9eb7915

Please sign in to comment.