DWesl
|
88c406eac9
|
CI: Stop using login shell for build step
|
2022-04-29 12:57:52 -04:00 |
|
DWesl
|
e0f4c21d01
|
CI: Remind bash to ignore CR in workflow
|
2022-04-29 12:36:05 -04:00 |
|
DWesl
|
41976ae125
|
FIX: Fix syntax for shell call
|
2022-04-29 11:34:13 -04:00 |
|
DWesl
|
ed0c37d528
|
CI: Don't use shell for build information
|
2022-04-29 11:27:01 -04:00 |
|
DWesl
|
91e6457360
|
CI: Stop using login shell for build info
I should probably avoid login shells in any step that uses a relative path.
|
2022-04-29 10:53:19 -04:00 |
|
DWesl
|
afa3cea96a
|
Merge branch 'main' into add-cygwin-to-ci
|
2022-04-29 10:43:30 -04:00 |
|
DWesl
|
fdbab82f9e
|
CI: Use dash to check system-info.py
This may be a problem with using a login shell (starts in ~) rather than with using bash over dash. We'll see in a bit.
|
2022-04-29 09:54:23 -04:00 |
|
Hugo van Kemenade
|
b4dab3aca3
|
Test Python 3.11-dev
|
2022-04-28 23:15:38 +03:00 |
|
Andrew Murray
|
853a95d56b
|
Merge branch 'main' into add-cygwin-to-ci
|
2022-04-25 11:00:09 +10:00 |
|
DWesl
|
9fb79513a2
|
FIX, CI: Change shell to stay in repository.
|
2022-04-23 08:51:09 -04:00 |
|
DWesl
|
46c1f9389e
|
CI: Update pip before installing dependencies.
Avoid pip warnings.
|
2022-04-23 08:33:13 -04:00 |
|
DWesl
|
1674e425a7
|
CI: Sort the Cygwin requirements.
|
2022-04-23 08:33:13 -04:00 |
|
DWesl
|
7605e46011
|
CI: Set shell for Cygwin CI steps
Allows me to avoid .ci/build_cygwin.sh
|
2022-04-23 08:31:51 -04:00 |
|
Andrew Murray
|
dd7cbdec95
|
Merge pull request #6233 from python-pillow/pipfile
Run Tidelift Align on Pipfile changes
|
2022-04-23 06:44:54 +10:00 |
|
DWesl
|
805e8f10ba
|
CI: Try to fix Cygwin pip cache
|
2022-04-22 08:25:46 -04:00 |
|
Andrew Murray
|
a7438ecaf0
|
Added Ubuntu 22.04 to Docker jobs
|
2022-04-22 17:35:20 +10:00 |
|
DWesl
|
c1d3bac917
|
CI: Fix runner username for pip cache
|
2022-04-21 10:26:12 -04:00 |
|
Andrew Murray
|
df4ddc1d84
|
Run Tidelift Align on Pipfile changes
|
2022-04-21 12:05:47 +03:00 |
|
DWesl
|
be6dd712ba
|
Ci: Simplify Cygwin pip cache
This might pave the way for caching the Cygwin install, which might speed things up a bit.
|
2022-04-20 20:48:57 -04:00 |
|
DWesl
|
bd61d1ef1b
|
FIX, CI: Actually run pip
|
2022-04-20 10:28:02 -04:00 |
|
DWesl
|
97e6197e9f
|
CI: Set up cache for Cygwin pip
Copied from the MIT-licensed:
https://github.com/actions/cache/blob/main/examples.md#using-pip-to-get-cache-location
|
2022-04-20 10:17:45 -04:00 |
|
Andrew Murray
|
cdfe08bc5e
|
Only install NumPy through pip on 64-bit
|
2022-04-16 19:14:00 +10:00 |
|
Andrew Murray
|
635f8cf327
|
Added Python 3.9
|
2022-04-16 15:42:09 +10:00 |
|
DWesl
|
1d1c22e1d4
|
CI: Update versions of actions used by Cygwin CI
As suggested by code review.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-04-15 20:45:19 -04:00 |
|
DWesl
|
7099ade15a
|
Merge branch 'main' into add-cygwin-to-ci
|
2022-04-15 14:47:28 -04:00 |
|
Hugo van Kemenade
|
0329b8fa1d
|
Seven days before stale
|
2022-04-13 16:07:20 +03:00 |
|
Hugo van Kemenade
|
317ea9a8bb
|
Remove debug mode so it can close stale issues
|
2022-04-13 16:04:23 +03:00 |
|
Hugo van Kemenade
|
fb361fc89e
|
Consider stale after some time, make available for closure immediately
For https://github.com/python-pillow/Pillow/pull/6203
|
2022-04-13 15:57:20 +03:00 |
|
Andrew Murray
|
a04d6919e1
|
Merge pull request #6204 from hugovk/stale
Stale action: skip PRs without the special label and never close PRs
|
2022-04-12 22:38:29 +10:00 |
|
Hugo van Kemenade
|
d144fe325d
|
Never close PRs
|
2022-04-12 14:54:29 +03:00 |
|
Hugo van Kemenade
|
4160d9145e
|
Skip all PRs without the special label
|
2022-04-12 14:53:50 +03:00 |
|
Hugo van Kemenade
|
df51c357eb
|
Bump to v5
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-04-12 13:41:13 +03:00 |
|
Hugo van Kemenade
|
c45a29d5fe
|
TEMP testing
|
2022-04-12 13:25:31 +03:00 |
|
Hugo van Kemenade
|
4258246ed5
|
Use actions/stale to close 'Awaiting OP Action' that have had no response in 7 days
|
2022-04-12 13:25:31 +03:00 |
|
Andrew Murray
|
c3c5b31ef1
|
Updated Ghostscript to 9.56.1
|
2022-04-05 07:51:51 +10:00 |
|
Andrew Murray
|
986ae73562
|
Merge pull request #6158 from hugovk/furo
Replace Read the Docs Sphinx Theme with Furo
|
2022-04-04 23:23:57 +10:00 |
|
Andrew Murray
|
1982743afc
|
Removed Fedora 34
|
2022-04-01 22:00:07 +11:00 |
|
Hugo van Kemenade
|
abd9eda499
|
Replace Read the Docs Sphinx Theme with Furo
|
2022-03-28 20:00:07 +03:00 |
|
Andrew Murray
|
954aa4e01d
|
Updated setup-python, checkout and upload-artifact actions to v3
|
2022-03-04 20:04:12 +11:00 |
|
Andrew Murray
|
e5537b545a
|
Merge branch 'main' into add-cygwin-to-ci
|
2022-03-04 17:20:02 +11:00 |
|
Andrew Murray
|
949e4afaa9
|
Updated Python for doccheck to 3.10
|
2022-03-01 09:19:04 +11:00 |
|
Andrew Murray
|
839b634fd5
|
Install gcc to allow coverage to build
|
2022-02-24 09:16:32 +11:00 |
|
Andrew Murray
|
57f106c683
|
Enable heap verification without gflags
|
2022-02-24 09:16:05 +11:00 |
|
Andrew Murray
|
415d679f84
|
Added Gentoo to Docker jobs
|
2022-02-23 15:26:16 +11:00 |
|
Andrew Murray
|
9237150431
|
Added CentOS Stream 9
|
2022-02-08 23:35:01 +11:00 |
|
DWesl
|
b582806887
|
Merge remote-tracking branch 'upstream/main' into add-cygwin-to-ci
|
2022-02-06 11:03:11 -05:00 |
|
DWesl
|
2d6dee1dae
|
CI: Try to get Cygwin workflow working.
|
2022-02-06 07:34:15 -05:00 |
|
Andrew Murray
|
131212368d
|
Install netpbm
|
2022-02-03 15:55:44 +11:00 |
|
Andrew Murray
|
6fded1ac97
|
Install cjpeg and djpeg
|
2022-02-03 14:07:51 +11:00 |
|
Andrew Murray
|
05637393a6
|
Install Pillow directly
|
2022-02-02 15:31:31 +11:00 |
|