Commit Graph

8 Commits

Author SHA1 Message Date
Christoph M. Becker
9b20672deb Enforce proper Windows SDK version for CMake builds (GH-13)
This may be useful or not, but since it is done for MSBuild builds, it
should probably be done for CMake builds, too.
2024-10-25 17:32:17 +02:00
Christoph M. Becker
0e21c38b73 Don't ask for the stability if there are no dependecies (GH-14)
This is just confusing for builders.  We also remove the calls to
fetch-deps.ps1 if there are no dependencies to fetch.
2024-10-25 15:56:00 +02:00
Christoph M. Becker
07aa58dba0 Prepare vs17 library builds (GH-7)
* Add support for vs17 builds (for PHP 8.4)

We make the necessary additions to `compute-virtuals.ps1`, where the
choice of the WinSDK is somewhat arbitrary but rather conservative.

* Switch from windows-2019 to windows-2022 runners

This is needed to actually be able to do vs17 builds, since that
requires Visual Studio 2022, which is not available on the windows-
2019 runners.  That implies that vc15 builds are no longer possible
without additional changes[1], but that shouldn't be a concern because
none of the supported PHP versions require vc15 builds.

[1] <https://github.com/actions/runner-images/issues/9701>

* Update CMake generators

Since window-2022 uses Visual Studio 2022, we need to update the CMake
generators; using the proper toolset is already catered to by the `-T`
option.

* Bump vs16 Windows SDK to 10.0.20348.0

This solves the stdalign.h issue for ICU 75.1.
2024-10-04 01:06:21 +02:00
Christoph M. Becker
871cfc8061 Update upload action to v4
`actions/checkout@v3` is deprecated, so we update to v4.  We do not
expect any trouble with this update, since we already treated the
upload artifacts as immutable, but nonetheless we did a couple of test
builds (argon2, zlib and libjpeg) and the results appear to be fine.
2024-07-14 20:41:27 +02:00
Christoph M. Becker
e06044b746 Update checkout action to v4
`actions/checkout@v3` is deprecated, so we update to v4.  This is done
without further tests, but a mere search and replace.  We do not expect
anything to break, but even if so, we can still fix these issues.
2024-07-14 18:16:38 +02:00
Christoph M. Becker
1ce5042f75 Update to actions/upload-artifact@v3 2022-10-11 20:32:01 +02:00
Christoph M. Becker
bb1e3b6026 Update to actions/checkout@v3 2022-10-11 20:30:58 +02:00
Christoph M. Becker
868f72c2a3 libzstd 2021-11-26 17:04:45 +01:00