Luca
Luca
@4JX Let me know if your workflow runs correctly. I plan to add a new workflow to validate your scenario ('cargo'+'vcpkg'), and to improve `run-vcpkg` error reporting as well. I...
@4JX it is great to see a sample for cargo+vcpkg! I'll look into it to make it working on macOS and let you know. Let me know if everything works...
@4JX the sample of using `vcpkg`+`cargo` with `run-vcpkg` is properly working, take a look to the tip of the `main` branch: https://github.com/lukka/vcpkg-action-test/tree/ab6dd1bf5a9c2571f16f80afddd06ede3b84c8c0 This is the workflow run: https://github.com/lukka/vcpkg-action-test/actions/runs/4100509958 I am...
@4JX are you currently using `run-vcpkg` and `cargo` on GitHub workflows? If so, I think the libvpx build is broken for Windows, and wonder which vcpkg commit id are you...
@4JX I think that I could reference your project as a sample that shows how to integrate `vcpkg` with `cargo` in the documentation of `run-vcpkg`.
@njzjz the first step would be to identify which opertion is taking an unusual amount of time. You can enable the timestamps in the log and see where most of...
@njzjz thank you for all the references. My take: - the root cause is a bug in `node` `v20+`. Hopefully that is going to be fixed soon. - the impact...
Closing as more than one year of inactivity. Feel free to ask to reopen if needed.
Closing as more than one year of inactivity. Feel free to ask to reopen if needed.
@BurningEnlightenment is the ask to implement this: run-vcpkg could read the Git commit id from the vcpkg.json when - the vcpkgGitCommitId input is not provided. - the vcpkg.json file has...