Mats Wichmann
Mats Wichmann
For my build that showed the MSVC errors pasted above, the set of installed things is very controlled - just v14.40-17.10. For the github builder - you're right, I didn't...
... and to send things too quickly. The provisioning information for that puppy can be found here: https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
I killed the pending build here and created #4545
Sorry for messing with things... Bill is also working on a PR which reduces tool initialization by adding those pesky `DefaultEnvironment(tools=[])` calls, that's in #4544. We'll get to a stable...
The overall build in #4545 went much faster, and after some more fiddles, is merged.
Oh, there was a question on toolsets on the github image, this is probably relevant: https://github.com/actions/runner-images/issues/9701
> > Sorry for messing with things... > > No worries. It actually worked out fine. It was past the test of interest. Making a few tweaks locally anyway so...
> @mwichmann off-topic for the documentation sheriff: There are typographical and grammatical issues with the Reproducible Builds section of README.rst. Okay, will have a look.
> > @mwichmann off-topic for the documentation sheriff: There are typographical and grammatical issues with the Reproducible Builds section of README.rst. > > Okay, will have a look. Wow... that...
Copying over some comments from the PR: The `sconsign` tests fail because the third field of entries for files is `-1`, which doesn't match the regex expressions `\d+`. But why...