From cf8697648e3d29016c02e4186b54ebc9c65ea468 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Thu, 7 Oct 2021 11:57:01 +0200 Subject: [PATCH] =?UTF-8?q?Update=20N=C2=B02:=20config=20python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bensuperpc --- .github/workflows/main.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59419e6..3c7207e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: fmt: "no", fmt_arg: "", cpython: "yes", - cpython_arg: "--host=x86_64-linux-gnu --build=arch64-linux-android", + cpython_arg: "--host=x86_64-linux-gnu --build=aarch64-linux-android", } - { image: "android-x86", @@ -110,11 +110,11 @@ jobs: C: "no", C_arg: "", C-Plus-Plus: "yes", - C-Plus-Plus_arg: "--host=x86_64-linux-gnu --build=x86_64-linux-android", + C-Plus-Plus_arg: "", fmt: "no", fmt_arg: "", cpython: "yes", - cpython_arg: "", + cpython_arg: "--host=x86_64-linux-gnu --build=x86_64-linux-android", } # Linux arm64/armv8 images - { @@ -201,7 +201,7 @@ jobs: fmt: "yes", fmt_arg: "", cpython: "yes", - cpython_arg: "--host=x86_64-linux-gnu --build=armv5-unknown-linux-musleabi", + cpython_arg: "--host=x86_64-linux-gnu --build=armv5-unknown-linux-gnueabi", } - { image: "linux-armv5-musl", @@ -218,7 +218,7 @@ jobs: fmt: "yes", fmt_arg: "", cpython: "yes", - cpython_arg: "", + cpython_arg: "--host=x86_64-linux-gnu --build=armv5-unknown-linux-musleabi", } # Linux armv6 images - { @@ -236,7 +236,7 @@ jobs: fmt: "yes", fmt_arg: "", cpython: "yes", - cpython_arg: "", + cpython_arg: "--host=x86_64-linux-gnu --build=armv6-unknown-linux-gnueabihf", } - { image: "linux-armv6-lts", @@ -253,7 +253,7 @@ jobs: fmt: "yes", fmt_arg: "", cpython: "yes", - cpython_arg: "", + cpython_arg: "--host=x86_64-linux-gnu --build=armv6-unknown-linux-gnueabihf", } - { image: "linux-armv6-musl", @@ -270,7 +270,7 @@ jobs: fmt: "yes", fmt_arg: "", cpython: "yes", - cpython_arg: "", + cpython_arg: "--host=x86_64-linux-gnu --build=armv6-linux-musleabihf", } # Linux armv7 images - { @@ -516,7 +516,7 @@ jobs: fmt: "no", fmt_arg: "", cpython: "yes", - cpython_arg: "", + cpython_arg: "--host=x86_64-linux-gnu --build=m68k-unknown-uclinux-uclibc", } # Linux xtensa images - { @@ -534,7 +534,7 @@ jobs: fmt: "no", fmt_arg: "", cpython: "yes", - cpython_arg: "", + cpython_arg: "--host=x86_64-linux-gnu --build=xtensa-fsf-linux-uclibc", } # Windows x86_x64 images - { @@ -551,7 +551,7 @@ jobs: C-Plus-Plus_arg: "", fmt: "yes", fmt_arg: "", - cpython: "yes", + cpython: "no", cpython_arg: "", } - { @@ -568,7 +568,7 @@ jobs: C-Plus-Plus_arg: "", fmt: "yes", fmt_arg: "", - cpython: "yes", + cpython: "no", cpython_arg: "", } - { @@ -585,7 +585,7 @@ jobs: C-Plus-Plus_arg: "", fmt: "yes", fmt_arg: "", - cpython: "yes", + cpython: "no", cpython_arg: "", } - { @@ -602,7 +602,7 @@ jobs: C-Plus-Plus_arg: "", fmt: "yes", fmt_arg: "", - cpython: "yes", + cpython: "no", cpython_arg: "", } # Windows x86 images @@ -620,7 +620,7 @@ jobs: C-Plus-Plus_arg: "", fmt: "yes", fmt_arg: "", - cpython: "yes", + cpython: "no", cpython_arg: "", } - { @@ -637,7 +637,7 @@ jobs: C-Plus-Plus_arg: "", fmt: "no", fmt_arg: "", - cpython: "yes", + cpython: "no", cpython_arg: "", } # Windows arm images @@ -656,7 +656,7 @@ jobs: fmt: "yes", fmt_arg: "", cpython: "yes", - cpython_arg: "", + cpython_arg: "--host=x86_64-linux-gnu --build=armv7-w64-mingw32", } - { image: "windows-arm64", @@ -673,7 +673,7 @@ jobs: fmt: "yes", fmt_arg: "", cpython: "yes", - cpython_arg: "", + cpython_arg: "--host=x86_64-linux-gnu --build=aarch64-w64-mingw32", } # manylinux2014 images - { @@ -742,7 +742,7 @@ jobs: C-Plus-Plus_arg: "", fmt: "no", fmt_arg: "", - cpython: "yes", + cpython: "no", cpython_arg: "", } steps: