commit: f597e076491e86e5ccc9eb0e296834326022f12a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 18:18:03 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May 17 18:22:03 2023 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=f597e076
ci test
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/release.yml | 3 ++-
pyproject.toml | 18 +++++++++---------
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f9e1c6fc..27dcf898 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -50,7 +50,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- arch: [x86_64, aarch64, ppc64le, s390x]
+ # arch: [x86_64, aarch64, ppc64le, s390x]
+ arch: [x86_64, aarch64]
steps:
- name: Checkout code
diff --git a/pyproject.toml b/pyproject.toml
index 92e13cd3..1299f3ff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -92,11 +92,11 @@ test-requires = ["pytest", "requests"]
test-command = "pytest {project}/tests"
# glibc 2.24
-manylinux-x86_64-image = "manylinux_2_24"
-manylinux-i686-image = "manylinux_2_24"
-manylinux-aarch64-image = "manylinux_2_24"
-manylinux-ppc64le-image = "manylinux_2_24"
-manylinux-s390x-image = "manylinux_2_24"
+manylinux-x86_64-image = "manylinux_2_28"
+manylinux-i686-image = "manylinux_2_28"
+manylinux-aarch64-image = "manylinux_2_28"
+manylinux-ppc64le-image = "manylinux_2_28"
+manylinux-s390x-image = "manylinux_2_28"
test-skip = "*-*linux_{aarch64,ppc64le,s390x}"
[[tool.cibuildwheel.overrides]]
@@ -108,10 +108,10 @@ before-all = [
[[tool.cibuildwheel.overrides]]
select = "*-manylinux*"
before-all = [
- "apt-get update",
- "apt-get install -y git libxml2-dev libxslt-dev",
- # "yum update -y",
- # "yum install -y git libxslt-devel libxml2-devel",
+ # "apt-get update",
+ # "apt-get install -y git libxml2-dev libxslt-dev",
+ "yum update -y",
+ "yum install -y git libxslt-devel libxml2-devel",
"curl -L
\"https://github.com/robxu9/bash-static/releases/download/5.1.016-1.2.3/bash-linux-$(uname
-m)\" -o /usr/local/bin/bash",
"chmod +x /usr/local/bin/bash",