Miss Islington (bot)
398dabb681
Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML files (GH-21776)
...
(cherry picked from commit 102b4988b1
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2020-08-07 16:01:37 -07:00
Miss Islington (bot)
713ba03276
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
...
(cherry picked from commit 777b611c8c
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2020-08-06 09:52:57 -07:00
Steve Dower
7e57c367d6
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
...
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
2020-06-12 22:14:53 +01:00
Miss Islington (bot)
40fff1ff04
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)
...
(cherry picked from commit 224e1c34d6
)
Co-authored-by: Victor Stinner <vstinner@python.org>
2020-04-01 18:26:09 -07:00
Miss Islington (bot)
d692d52f4a
bpo-39837: Disable macOS tests on Azure Pipelines (GH-18818)
...
(cherry picked from commit 31350f9af0
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2020-03-06 16:30:09 -08:00
Miss Islington (bot)
45c4112b72
bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)
...
Also fixes some potential Nuget build issues.
(cherry picked from commit 03153dd145
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2020-02-28 16:41:03 -08:00
Steve Dower
343bc06d80
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
...
Co-authored-by: Ammar Askar <ammar_askar@hotmail.com>
2020-02-26 19:57:14 +00:00
Miss Islington (bot)
4ce626eeff
Fix Windows release builds (GH-17550)
...
(cherry picked from commit abdeb57a21
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-12-09 21:28:10 -08:00
Steve Dower
c9f480d2cc
bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-17480)
...
Note that the support is not actually enabled yet, and so we won't be publishing these packages. However, for those who want to build it themselves (even by reusing the Azure Pipelines definition), it's now relatively easy to enable.
2019-12-06 09:40:39 -08:00
Miss Islington (bot)
0b7f3706e6
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
...
Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 58ab13479d
)
Co-authored-by: Christian Heimes <christian@python.org>
2019-09-11 10:09:28 -07:00
Miss Islington (bot)
cdce233f61
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851)
...
(cherry picked from commit 801f925998
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-09-10 17:20:16 +01:00
Miss Islington (bot)
2b98d8ec7e
bpo-37354: Sign Activate.ps1 for release (GH-15235)
...
(cherry picked from commit 3e34a25a7a
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-08-12 14:35:16 -07:00
Miss Islington (bot)
494ed69bcf
Fix publishing of Windows release (GH-15006)
...
(cherry picked from commit fe330fc4ad
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-07-29 11:41:37 -07:00
Miss Islington (bot)
12f3312aa2
Enable publish of Windows releases through Azure Pipelines (GH-14720)
...
(cherry picked from commit 994a3b88dc
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-07-13 12:10:33 +02:00
Miss Islington (bot)
f29a5770c2
Improve release build performance using new artifacts tasks (GH-14175)
...
(cherry picked from commit fe2ad927f4
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-06-17 16:32:05 -07:00
Steve Dower
f78e66c3c9
Implement Windows release builds in Azure Pipelines (GH-14065)
...
Includes backported fixes from GH-14091
2019-06-14 14:20:16 -07:00
Christian Heimes
06651ee418
bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
...
Signed-off-by: Christian Heimes <christian@python.org>
2019-06-03 20:10:19 +02:00
Paul Monson
fb7e7505ed
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
2019-05-15 15:38:55 -07:00
Steve Dower
b4bcefe5fe
Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649)
2019-04-01 09:10:20 -07:00
Steve Dower
28f6cb34f6
bpo-35683: Improve Azure Pipelines steps (GH-11493)
2019-01-22 10:49:52 -08:00
antektek
6aedfa6b9a
bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177)
2019-01-10 11:19:29 +11:00
Steve Dower
872bd2b57c
bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport restrictions (GH-11465)
...
Also adds extra steps to the CI build for Windows on Azure Pipelines to validate that the various layouts at least execute.
2019-01-08 02:38:01 -08:00
Pierre Glaser
202d1bde8f
Remove spurious quote in Azure Pipelines script (GH-10763)
2019-01-07 18:02:26 -08:00
Steve Dower
0cd6391fd8
bpo-34977: Add Windows App Store package (GH-11027)
...
Also adds the PC/layout script for generating layouts on Windows.
2018-12-10 18:52:57 -08:00
Victor Stinner
cb0b78a070
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
...
This reverts commit 468a15aaf9
.
2018-12-07 12:57:43 +01:00
Steve Dower
468a15aaf9
bpo-34977: Add Windows App Store package (GH-10245)
2018-12-06 21:09:20 -08:00
Julien Palard
7f4ba4afd4
Doc: Bump sphinx. (GH-10676)
2018-11-24 11:35:21 +01:00
Steve Dower
38df97a03c
Add --tempdir option for test run (GH-10322)
2018-11-17 04:14:36 -08:00
Xtreak
121eb1694c
bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)
2018-10-21 16:54:52 +02:00
Steve Dower
4313a293da
bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
2018-10-05 11:05:47 -07:00
Steve Dower
1b77f929f8
bpo-34582: Fixes Python version used for patch check (GH-9532)
...
https://bugs.python.org/issue34582
2018-09-24 06:03:02 -07:00
Steve Dower
57675090b0
bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)
2018-09-24 07:44:50 -04:00