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

Feature Request: Ability to compare two sets of ILC Packages for NAOT #2655

Open
keegan-caruso opened this issue Oct 18, 2024 · 1 comment
Open

Comments

@keegan-caruso
Copy link
Contributor

keegan-caruso commented Oct 18, 2024

For comparing two Core Runs, the experience is:

dotnet run -c Release `
    -f net8.0 `
    --coreRun 
        "<path to core run 1>" `
        "<path to core run 2>"

Today, it is not possible to compare two sets of ilcPackages the same way. ilcPackages can only be a single directory. It would be an improvement to the workflow of comparing NAOT builds if a similar experience to Core Runs was available.

@timcassell
Copy link
Collaborator

You could build the NAOT toolchain manually and pass in the directory.

builder.UseLocalBuild(options.IlcPackages);

This is a command line request. It could be added the same way coreRun was changed to support multiple in 46bebf1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants