Commit Graph

272 Commits

Author SHA1 Message Date
dependabot[bot]
7a4a242562
Bump actions/setup-python from v2.1.4 to v2.2.0 (#240)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.1.4...8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 09:00:30 -05:00
dependabot[bot]
0e8dc9f960
Update actions/setup-python requirement to v2.1.4 (#237)
Updates the requirements on [actions/setup-python](https://github.com/actions/setup-python) to permit the latest version.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](41b7212b16)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-23 23:42:29 -05:00
Alex Gaynor
afd7de4a89
Added dependabot for GHA (#236) 2020-11-23 22:32:01 -06:00
Alex Gaynor
06bdac893b
remove page-size wizard nonsense now that the wheel buidler is fixed (#230) 2020-08-25 18:44:14 -05:00
Paul Kehrer
8d35d8acb8
fix page size on aarch64 (#226)
debian/ubuntu use 4k pages while centos uses 64k pages. 64k pages work
on 4k page systems while a 4k compiled binary will throw this error:
ELF load command alignment not page-aligned

This patch attempts to pass a linker flag that should force 64k page
alignment at all times
2020-08-17 10:23:18 -04:00
Paul Kehrer
314c0f57aa
convert to workflow and improve (#222)
* convert to workflow and improve

* E231 should probably be ignored now that we use black but whatever

* no legacy
2020-08-16 13:07:10 -04:00
Paul Kehrer
e813ce2a3f
major changes to wheel building (#221) 2020-08-15 19:57:23 -04:00
Alex Gaynor
007d51fc81
lock old issues (#219) 2020-08-14 08:53:35 -05:00
Paul Kehrer
f3c255ca15
support only python 3.6+ (#217) 2020-08-11 21:35:26 -04:00
odidev
a37a0ef576
Fix for using pip for aarch64 (#214) 2020-08-05 14:35:01 -05:00
Paul Kehrer
af26a4c596
more flailing with aarch64 (#213) 2020-08-01 23:52:12 -04:00
Paul Kehrer
a254f291a9
all inside a single string (#212) 2020-08-01 21:40:56 -04:00
Paul Kehrer
a180125799
need this flag for pip wheel (#211) 2020-08-01 21:23:20 -04:00
Paul Kehrer
385e33f3f3
use pip wheel for aarch64 as well (#210)
* use pip wheel for aarch64 as well

* downgrade pip
2020-08-01 15:02:11 -04:00
odidev
9ec889b99a
ARM64 Support to Github Actions for wheel development (#209)
Signed-off-by: odidev <odidev@puresoftware.com>
2020-08-01 09:56:18 -05:00
Paul Kehrer
dca40f0244
name the GA jobs and update the README (#202) 2020-04-12 10:33:47 -04:00
Alex Gaynor
b77e52961e
Try to fix ubuntu wheel builder (#201) 2020-04-12 09:30:30 -05:00
Alex Gaynor
73150e5663
move is not a command on macOS and Linux (#200) 2020-04-12 09:28:33 -05:00
Alex Gaynor
d3c83da2eb
fixed wheel builder syntax (#199) 2020-04-12 09:20:43 -05:00
Alex Gaynor
b15543b769
Migrate wheel builders to GA (#198)
* Migrate Windows wheel builder to GA

* Migrate macOS wheel builder to GA

* Migrate manylinux1 wheel builder to GA

* Migrate release.py to use GA
2020-04-12 09:11:37 -05:00
Alex Gaynor
b1c2381d10
Convert macOS CI to GA (#196) 2020-03-22 11:07:55 -05:00
Alex Gaynor
b81400becc
Move Windows CI to Github Actions (#195) 2020-03-22 10:44:43 -05:00