mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Tests: Disable UserspaceEmulator tests for Clang builds
There seems to be more incorrect assumptions about Clang-built executables' memory layout than expected. These make the CI fail even though the system is functional in all other aspects. While this is being fixed, let's just disable tests for UserspaceEmulator.
This commit is contained in:
parent
d000ca1ec3
commit
146dcf4856
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ add_subdirectory(LibSQL)
|
|||
add_subdirectory(LibUnicode)
|
||||
add_subdirectory(LibWasm)
|
||||
add_subdirectory(LibWeb)
|
||||
if (${SERENITY_ARCH} STREQUAL "i686")
|
||||
if (${SERENITY_ARCH} STREQUAL "i686" AND NOT USE_CLANG_TOOLCHAIN)
|
||||
add_subdirectory(UserspaceEmulator)
|
||||
endif()
|
||||
add_subdirectory(LibCrypto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue