- Feb 25, 2021
-
-
Brad King authored
-
- Feb 23, 2021
-
-
Brad King authored
For now, leave these jobs out during merge requests.
-
Brad King authored
This makes room for future equivalents for other architectures. The packaging jobs produce universal binaries, so leave them as-is.
-
Brad King authored
Our custom build includes a patch to avoid server startup timeouts.
-
Brad King authored
The upstream release includes binaries for the architectures we need. However, the binaries do not have execute permission in their tarballs, so add it explicitly.
-
Brad King authored
It is a universal binary for both `x86_64` and `arm64` architectures.
-
- Jan 27, 2021
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
Use `linux_release` in names associated with building or testing release-style binaries. Add a `.linux_package` helper to adjust the release binary build behavior for package-specific jobs.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
- Jan 25, 2021
-
-
Brad King authored
-
- Jan 21, 2021
- Jan 07, 2021
-
-
Brad King authored
In order to support modern macOS features like Dark Mode, we need to use Qt 5.15, which requires macOS 10.13. However, we still want to support macOS 10.10 as well, for which we need to use Qt 5.9. Build separate macOS packages for these use cases. Fixes: #21606 Issue: #20825
-
Brad King authored
Upload binaries to `cmake.org` through its own name rather than through the `public.kitware.com` alias.
-
- Jan 06, 2021
-
-
Brad King authored
-
- Dec 22, 2020
-
-
Brad King authored
- Dec 14, 2020
-
-
Brad King authored
Backport the upstream Qt patch [1] to link Qt binaries using the `-isysroot` flag instead of `-Wl,-syslibroot`. This is needed so that the binaries have a SDK version set, which is needed for runtime validation on modern macOS versions. [1] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=6387138a7991b4588639dc48847f175b5afaff84
-
- Dec 10, 2020
- Dec 09, 2020
-
-
Brad King authored
Avoid using the macOS version running on the CI job host that happens to run the build job.
-
- Nov 30, 2020
-
-
Brad King authored
-
- Nov 24, 2020
- Nov 18, 2020
- Nov 17, 2020
-
-
Brad King authored
-
- Nov 13, 2020
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
The gmock libraries are referenced by GTest's CMake package files. While at it, also explicitly install gettext. It is installed already, but make it explicit for future testing of the FindGettext module. (cherry picked from commit 585cc7c9)
-
- Oct 27, 2020
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-