Skip to content

Commit

Permalink
Make tests RISC-V only
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeksowi committed Jul 17, 2024
1 parent ee4a0dc commit 56ec6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/JIT/Directed/PrimitiveABI/PrimitiveABI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<!-- Needed for CMakeProjectReference -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' != 'riscv64'">true</CLRTestTargetUnsupported>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
Expand Down

0 comments on commit 56ec6fa

Please sign in to comment.