We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4a0dc commit 56ec6faCopy full SHA for 56ec6fa
src/tests/JIT/Directed/PrimitiveABI/PrimitiveABI.csproj
@@ -2,6 +2,7 @@
2
<PropertyGroup>
3
<!-- Needed for CMakeProjectReference -->
4
<RequiresProcessIsolation>true</RequiresProcessIsolation>
5
+ <CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' != 'riscv64'">true</CLRTestTargetUnsupported>
6
</PropertyGroup>
7
8
<DebugType>PdbOnly</DebugType>
0 commit comments