Commit graph

14 commits

Author SHA1 Message Date
Alex Gaynor
8be1d4b111
Stop using @master for GH actions (#5503) 2020-10-25 08:57:55 -07:00
Alex Gaynor
e74895bffc
Update CI for 3.9 release (#5480) 2020-10-07 08:26:05 -05:00
Alex Gaynor
9daa295d83
Update windows CI for new GHA syntax (#5477)
* Update windows CI for new GHA syntax

* Update ci.yml

* Update ci.yml

* Update ci.yml

* Update ci.yml
2020-10-02 10:05:33 -05:00
Paul Kehrer
c61f24bb4d
add prelim python 3.9 CI (#5466)
* add prelim python 3.9 CI

* do we need v2?
2020-09-15 00:05:14 -04:00
Paul Kehrer
652983a624
improve CI speed by removing some macos builders (#5397)
testing on every python version is necessary but we don't need to do it
on all platforms. macos has the lowest concurrency so let's cut there.
2020-08-15 12:09:43 -04:00
Alex Gaynor
82da2316f1
fixes #5329 -- properly run CI on x.y tags (#5332) 2020-07-20 20:08:16 -05:00
Paul Kehrer
084da16ebc
disable the osrandom engine on 1.1.1d+ (#5317)
* disable the osrandom engine on 1.1.1d+

* skip (and run) some tests on 1.1.1d+

* simplify our conditionals

* Update src/_cffi_src/openssl/src/osrandom_engine.c

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>

* words

* more words

* language

* get coverage more cleverly

* a word

* Update .github/workflows/ci.yml

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
2020-07-19 12:33:18 -04:00
Alex Gaynor
51fe7e659c
Bumped the minimum macOS version to 10.10 (#5286) 2020-06-25 19:59:15 -05:00
Alex Gaynor
b87a238dc1
retry when downloading codecov.sh (#5233) 2020-04-25 21:18:36 -05:00
Alex Gaynor
33faef3bb0
Make codecov upload errors in GHA pass silently (#5232)
The spurious failure rate on codecov uploads is high enough that this is a cure worse than the disease
2020-04-25 18:31:32 -05:00
Paul Kehrer
23648a4236
use our infra built openssl on the macos side now too (#5217)
* use our infra built openssl on the macos side now too

* remove no longer required brew updates

* need requests

* need this env var

* update the wheel-builders too
2020-04-22 15:52:20 -04:00
Paul Kehrer
3a41e003cf
name the CI GH workflow (#5161)
* name the CI GH workflow

this will make the GH status info prettier

* nonsense commit, codecov is trash
2020-03-30 21:17:31 -04:00
Alex Gaynor
005360f901
Move macOS CI to Github Actions (#5155) 2020-03-29 17:34:22 -05:00
Alex Gaynor
1ac825f28d
First pass at moving windows CI to github actions (#5145)
* First pass at moving windows CI to github actions

* Install coverage

* Remove bonus http request
2020-03-21 13:38:45 -05:00