mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 22:25:41 +01:00
Update N°3: config python
Update N°3: config python
This commit is contained in:
parent
cf8697648e
commit
3c1e95361f
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -374,7 +374,7 @@ jobs:
|
|||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "no",
|
||||||
cpython_arg: "",
|
cpython_arg: "",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
@ -391,7 +391,7 @@ jobs:
|
|||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "no",
|
||||||
cpython_arg: "",
|
cpython_arg: "",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
@ -515,7 +515,7 @@ jobs:
|
|||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
fmt: "no",
|
fmt: "no",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "no",
|
||||||
cpython_arg: "--host=x86_64-linux-gnu --build=m68k-unknown-uclinux-uclibc",
|
cpython_arg: "--host=x86_64-linux-gnu --build=m68k-unknown-uclinux-uclibc",
|
||||||
}
|
}
|
||||||
# Linux xtensa images
|
# Linux xtensa images
|
||||||
@ -655,8 +655,8 @@ jobs:
|
|||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "no",
|
||||||
cpython_arg: "--host=x86_64-linux-gnu --build=armv7-w64-mingw32",
|
cpython_arg: "",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "windows-arm64",
|
image: "windows-arm64",
|
||||||
@ -672,8 +672,8 @@ jobs:
|
|||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "no",
|
||||||
cpython_arg: "--host=x86_64-linux-gnu --build=aarch64-w64-mingw32",
|
cpython_arg: "",
|
||||||
}
|
}
|
||||||
# manylinux2014 images
|
# manylinux2014 images
|
||||||
- {
|
- {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user