Upgrade to debian Buster and disable python builder script

Upgrade to debian Buster slim (later to debian bullseye, crosstool-ng must be updated first, version 1.23 is not compatible with debian bullseye)
Disable python script (build-and-install-python.sh), the version of python in the repositories is recent enough for crosstool-ng 1.24 and above.
Changed from python to python3 for compatibility
Adding the manual launch of a github workflow

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2021-06-24 22:57:41 +02:00
parent 35eb05cefe
commit 202e4808b9
9 changed files with 53 additions and 37 deletions

View File

@ -7,6 +7,8 @@ on:
pull_request:
branches:
- '*'
# Adding the manual launch of a github workflow
workflow_dispatch:
jobs:
base: