mirror of https://github.com/Icinga/icinga2.git
Merge pull request #8842 from Icinga/feature/provision-bs
RELEASE.md: Re-provision Build Server
This commit is contained in:
commit
e180241e4a
|
@ -101,6 +101,14 @@ Fix incompatibilities if any.
|
|||
* [tools/win32/configure.ps1](tools/win32/configure.ps1)
|
||||
* [tools/win32/configure-dev.ps1](tools/win32/configure-dev.ps1)
|
||||
|
||||
#### Re-provision Build Server
|
||||
|
||||
Even if there aren't any new releases of dependencies with versions
|
||||
hardcoded in the repos and files listed above (Boost, OpenSSL).
|
||||
There may be new build versions of other dependencies (VS, MSVC).
|
||||
Our GitHub actions (tests) use the latest ones automatically,
|
||||
but the GitLab runner (release packages) doesn't.
|
||||
|
||||
|
||||
## Version <a id="version"></a>
|
||||
|
||||
|
|
Loading…
Reference in New Issue