- Sep 25, 2021
-
-
nimrod authored
The manylinux image is building Python in a way that doesn't allow linking to libpython. That's reasonable for most cases, but Pyinstaller needs to bundle it for creating a single executable. Instead go for the base image and use the OS packaged Python.
-
nimrod authored
Pretty much the same as the python3 image but based on the manylinux2014 image. The point is when building wheel (or binaries with Pyinstaller) it would be pretty portable to older distros.
-
nimrod authored
-
- May 22, 2021
-
-
nimrod authored
The templates were changed and this reflects the changes: - No need to set the order of the stages, pre-commit runs in .pre now. - Rename the Docker jobs for clarity and avoiding more common names.
-
- Apr 25, 2021
-
-
nimrod authored
- Update hooks. - Add hook to validate .gitlab-ci.yml.
-
- Apr 24, 2021
-
-
nimrod authored
Because there are now scheduled CI runs.
-
- Jan 24, 2021
- Jan 23, 2021
-
-
nimrod authored
-
- Jan 22, 2021
-
-
nimrod authored
-
- Nov 21, 2020
-
-
nimrod authored
Replace cgit with GitLab.
-
- Jun 10, 2018