summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
Commit message (Expand)AuthorAgeFilesLines
* gh-103726: Set up gcc-10 for ASAN (gh-103728)Dong-hee Na2023-04-251-0/+4
* gh-103180: Add CI timeouts to all GitHub Actions jobs (#103437)Nikita Sobolev2023-04-141-2/+8
* gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)Eric Snow2023-03-141-0/+3
* gh-101981: Consolidate macOS configure steps in CI (GH-102131)Erlend E. Aasland2023-02-231-5/+3
* gh-101981: Apply HOMEBREW related environment variables (gh-102074)Dong-hee Na2023-02-201-0/+3
* gh-101981: Build macOS as recommended by the devguide (GH-102070)Erlend E. Aasland2023-02-201-3/+10
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Gregory P. Smith2023-02-091-3/+3
* gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100456)Illia Volochii2022-12-241-1/+1
* Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)Gregory P. Smith2022-11-111-3/+3
* gh-98456: Replace deprecated `set-output` with up-to-date version (gh-98457)Noam Cohen2022-10-231-2/+2
* Upgrade ccache-action to one using Node 16 (#98166)Michael Droettboom2022-10-111-4/+4
* Auto-cancel old builds when new commit pushed to branch (#98009)Hugo van Kemenade2022-10-081-0/+4
* gh-97923: Always run Ubuntu SSL tests with others in CI (#97940)Nikita Sobolev2022-10-071-4/+1
* gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)Christian Heimes2022-08-291-3/+3
* ci: add GitHub token permissions (#92999)Varun Sharma2022-05-211-0/+3
* Add the 3.11 branch to the CI filesPablo Galindo2022-05-081-0/+2
* Dependabot: only bump actions for major versions (#92186)Hugo van Kemenade2022-05-031-3/+3
* build(deps): bump actions/cache from 3.0.1 to 3.0.2 (#92111)dependabot[bot]2022-05-011-3/+3
* build(deps): bump actions/cache from 2.1.7 to 3.0.1 (#32228)dependabot[bot]2022-04-201-3/+3
* build(deps): bump actions/checkout from 2 to 3 (#32226)dependabot[bot]2022-04-201-8/+8
* build(deps): bump actions/setup-python from 2 to 3 (#31630)dependabot[bot]2022-04-191-1/+1
* Replace contributor-visible mentions of BPO in .github/* (GH-91426)Oleg Iarygin2022-04-101-1/+1
* bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32...Eric Snow2022-03-311-0/+3
* bpo-47037: Test debug builds on Windows in CI so that native assertions are n...Steve Dower2022-03-181-4/+4
* bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)Christian Heimes2022-03-151-3/+3
* bpo-46973: Add regen-configure make target (GH-31792)Christian Heimes2022-03-101-3/+5
* bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)Victor Stinner2022-03-011-9/+1
* bpo-46541: Drop the check for orphaned global strings. (gh-31363)Eric Snow2022-02-161-2/+0
* bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...Eric Snow2022-02-081-0/+2
* Add skips to crashing tests under sanitizers instead of manually skipping the...Pablo Galindo Salgado2022-01-251-1/+4
* bpo-45200: GHA Address Sanitizer skips 3 slowest tests (GH-30797)Victor Stinner2022-01-221-1/+6
* Add a (conservative) timeout for Windows builds on GitHub Actions (GH-30301)Mark Dickinson2022-01-091-0/+2
* bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)Kumar Aditya2021-12-221-3/+3
* bpo-44035: Show git diff after autoreconf and regen (GH-30117)Christian Heimes2021-12-171-1/+3
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)Christian Heimes2021-12-171-1/+1
* build(deps): bump actions/cache from 2.1.6 to 2.1.7 (GH-29875)dependabot[bot]2021-12-101-3/+3
* bpo-44035: Check autoconf files thoroughly (GH-29935)Christian Heimes2021-12-061-7/+16
* bpo-45695: Test out-of-tree builds on GHA (GH-29904)Christian Heimes2021-12-041-3/+18
* bpo-45893: Add missing extern C to initconfig.h (GH-29761)Christian Heimes2021-11-241-0/+4
* Add workflow_dispatch trigger to GHA workflows (GH-27873)Ryan Mast2021-10-211-0/+1
* bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28708)Pablo Galindo Salgado2021-10-031-2/+8
* bpo-45200: Ignore test_multiprocessing_* in ASAN build due to false positives...Pablo Galindo Salgado2021-09-211-1/+1
* bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)Christian Heimes2021-09-071-1/+1
* Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152)Pablo Galindo Salgado2021-09-041-0/+2
* bpo-45019: Add a tool to generate list of modules to include for frozen modul...Eric Snow2021-08-301-0/+1
* bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)Steve Dower2021-08-291-3/+3
* Fail the CI if an optional module fails to compile (GH-27466)Pablo Galindo Salgado2021-07-301-0/+4
* Add windows build.bat counterpart for 'make regen-all' in error message (GH-2...Ken Jin2021-07-271-1/+1
* bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)Christian Heimes2021-06-191-1/+1
* Run address sanitiser in the GitHub CI (GH-26640)Pablo Galindo2021-06-101-0/+43