-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Supports to build PAL tests under x86/Linux #8292
Conversation
CC @seanshpark |
@dotnet-bot test Windows_NT x64 Debug Build and Test please |
@@ -23,7 +27,7 @@ elseif(PAL_CMAKE_PLATFORM_ARCH_ARM64) | |||
add_definitions(-DBIT64=1) | |||
add_definitions(-D_WIN64=1) | |||
else() | |||
message(FATAL_ERROR "Only ARM, ARM64 and AMD64 is supported") | |||
message(FATAL_ERROR "Only ARM, ARM64, I386, and AMD64 is supported") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious what we should call this, I386 or X86.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm also confused. x86 and x64 are used in build.sh
, but I386 and AMD64 are used in CMakeLists.txt
.
Here I followed the convention in CMakeLists.txt
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already use CLR_CMAKE_TARGET_ARCH_I386 in the CMakeLists.txt, so this matches the change.
Please ignore the x86 compatjit and x86 legacy_backend jobs if they fail. They have been removed from future PRs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
No description provided.