secondlife / secondlife/autobuild
autobuild CI depends on "windows-latest" image, but fails because it expects Visual Studio 2022
Open
- Dominant language
- Python
- Stars
- 9
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
CI tests fail because we pull the windows-latest image, then look for Visual Studio 2022 specifically.
Options:
- pin windows-2022 instead of windows-latest
- automatically select the latest Visual Studio version installed on the runner image, rather than hard-coding a choice
- test both the windows-2022 and windows-latest images in addition to implementing option 2
- option 3, but fail with an explanatory error when encountering a toolchain with a newer major version number
I'm having AI attempt option 4.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.