Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-architecture installation and execution #8

Open
TheDanielDoyle opened this issue May 12, 2023 · 1 comment
Open

Multi-architecture installation and execution #8

TheDanielDoyle opened this issue May 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@TheDanielDoyle
Copy link
Collaborator

The coverlet target in BlazorInteractive.Tests.csproj and BlazorInteractive.Compliation.Tests will fail currently if coverlet.console is not installed. See TESTS.md for instructions of how to install.

Furthermore, the coverlet.console tool has to be installed with -a arm64 if on a M1 or M2 ARM MacBook.

We need to modify the target to no only install coverlet.console if required, but install teh correct version depending on platform. For unix based OS, you can use uname -m in a condition.

@TheDanielDoyle TheDanielDoyle added the enhancement New feature or request label May 12, 2023
@alex-hedley
Copy link
Owner

  • arm64
  • x86_64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants