summaryrefslogtreecommitdiffstats
path: root/.github/workflows/reusable-ubuntu.yml
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-115119: Bump CI to use Ubuntu 22.04 (#118631) (#118634)Erlend E. Aasland2024-05-061-1/+1
| | | Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec-dev'.
* [3.12] Bump GitHub Actions (GH-116944) (#116948)Miss Islington (bot)2024-03-191-2/+2
| | | | | | (cherry picked from commit 3a99f5c5f34dc7b67597ca7230da355d92927c71) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.12] gh-115383: Use runner version to compute config.cache key (GH-115409) ↵Miss Islington (bot)2024-02-141-1/+3
| | | | | | (#115427) Co-authored-by: Sam Gross <colesbury@gmail.com>
* [3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115055)Miss Islington (bot)2024-02-061-1/+1
| | | | | | Also update multissltests to use 1.1.1w, 3.0.13, 3.1.5, and 3.2.1. (cherry picked from commit 299e16ca0f303a1e00bd0e04679862a5d4db5ab2) Co-authored-by: Ned Deily <nad@python.org>
* [3.12] gh-113858: GH Actions: Make ccache smaller (GH-113859, GH-113945) ↵Petr Viktorin2024-01-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | (GH-114082) This backports 3 PRs: - https://github.com/python/cpython/pull/113859 Only save ccache on pushes - https://github.com/python/cpython/pull/113945 Cut down ccache size - Only save the ccache in the main reusable builds, not on builds that don't use special build options: - Generated files check - OpenSSL tests - Hypothesis tests - Halve the max cache size, to 200M - https://github.com/python/cpython/pull/114113 Fixup for the above Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* [3.12] gh-111062: CI: Move OS test jobs to reusable workflows (gh-111568)Hugo van Kemenade2023-11-161-0/+71
CI: Move OS test jobs to reusable workflows Co-authored-by: Donghee Na <donghee.na@python.org>