Skip to content

Commit 56ec6fa

Browse files
committed
Make tests RISC-V only
1 parent ee4a0dc commit 56ec6fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/JIT/Directed/PrimitiveABI/PrimitiveABI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<!-- Needed for CMakeProjectReference -->
44
<RequiresProcessIsolation>true</RequiresProcessIsolation>
5+
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' != 'riscv64'">true</CLRTestTargetUnsupported>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>PdbOnly</DebugType>

0 commit comments

Comments
 (0)