-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Add Diskuv.OCaml.1.0.0.0 #69112
Add Diskuv.OCaml.1.0.0.0 #69112
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @jonahbeckford, Template: msftbot/changesRequested |
Co-authored-by: Kaleb Luedtke <[email protected]>
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @jonahbeckford, This can also happen when a dependency is missing. You can test with https://github.com/microsoft/winget-pkgs#test-your-manifest. Please investigate a fix and resubmit the Pull Request. You may also try using the Windows Package Manager Manifest Creator to determine the proper installer type. If the installer type is MSIX, MSI or a known installer technology like NullSoft, Inno, etc. the wingetcreate tool can detect then the winget client will know what switches to pass. If it's a .exe installer of an unknown type, you will need to search to determine the proper switches for Silent and SilentWithProgress. Template: msftbot/validationError/installation/unattended |
@wingetbot run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @jonahbeckford, Please verify the manifest file is compliant with the package manager 1.0 manifest specification. You could also try our Windows Package Manager Manifest Creator Preview. For details on the specific error, see the details link below in the build pipeline. Template: msftbot/validationError/manifest/metadata |
Hmm ... it does work for me in the Windows Sandbox using winget:
So am rerunning with updated It has things I don't like:
And the wingetcreate is using |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @jonahbeckford, This can also happen when a dependency is missing. You can test with https://github.com/microsoft/winget-pkgs#test-your-manifest. Please investigate a fix and resubmit the Pull Request. You may also try using the Windows Package Manager Manifest Creator to determine the proper installer type. If the installer type is MSIX, MSI or a known installer technology like NullSoft, Inno, etc. the wingetcreate tool can detect then the winget client will know what switches to pass. If it's a .exe installer of an unknown type, you will need to search to determine the proper switches for Silent and SilentWithProgress. Template: msftbot/validationError/installation/unattended |
This looks like a 2hr time limit since this succeeds in Windows Sandbox. I can withdraw this PR and resubmit when it is under 2hr if it is just the time limit blocking this. (Some time can be shaved off if I didn't need to install Visual Studio Build Tools and Git when they are not already present.) |
@jonahbeckford the long install time is causing us to time out. The client does have an experimental feature for dependencies, but we would still need to install those for validation. We're looking into options to see if there is something we might be able to do for packages that take an exceptionally long time. |
No worries. Thanks for looking. I'll withdraw this PR and resubmit when the install time is shrunk. That will be a win for everyone concerned. |
winget validate --manifest <path>
?winget install --manifest <path>
?Note:
<path>
is the name of the directory containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow