Skip to content

Commit

Permalink
Skip C# on ARM (#3411)
Browse files Browse the repository at this point in the history
  • Loading branch information
externl authored Jan 23, 2025
1 parent e06a1a5 commit c1a0657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
cross_test_flags: "--all-cross"
- os: ubuntu-24.04-arm
config: "release"
test_flags: "--rfilter=java/Ice/udp" # Remove rfilter once https://github.com/zeroc-ice/ice/issues/3389 is fixed
build_flags: "SKIP=csharp" # Skip C# on ARM as .NET compiler keeps crashing
test_flags: "--rfilter=java/Ice/udp --rfilter=csharp" # Remove rfilter once https://github.com/zeroc-ice/ice/issues/3389 is fixed
- os: windows-2022
config: "release"
build_flags: "/p:Platform=x64"
Expand Down

0 comments on commit c1a0657

Please sign in to comment.