You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2022/06/01 01:22:10 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request, #638: Build: Fix for x86 tests

NightOwl888 opened a new pull request, #638:
URL: https://github.com/apache/lucenenet/pull/638

   There were a couple of issues with the testing strategy for x86:
   
   1. x86 is not supported on Linux or macOS on .NET Core.
   2. The .NET Core x86 tests were failing to run.
   
   The Azure DevOps agents [require a `performMultiLevelLookup` parameter set to `true` to run x86](https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/dotnet-core-tool-installer?view=azure-devops), which we weren't providing.
   
   This fixes the build to pass the parameter in case of x86 on Windows, and removes all of the test configs for x86 on macOS/Linux.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [lucenenet] NightOwl888 merged pull request #638: Build: Fix for x86 tests

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged PR #638:
URL: https://github.com/apache/lucenenet/pull/638


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org