From a1639902a0efcb39b44d310c00278faa35530ceb Mon Sep 17 00:00:00 2001 From: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri, 26 May 2023 16:39:48 +0200 Subject: [PATCH] jobs/swh-packages: Do not build binary wheel for swh-loader-svn package The subversion loader now includes a C++ extension module so only generate source distribution for PyPI upload as the binary wheel needs to be generated on a dedicated docker image then repaired with the auditwheel tool. So until our Jenkins pipeline supports building and repairing binary wheels for linux platform, disable the binary wheel generation for swh-loader-svn. --- jobs/swh-packages.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jobs/swh-packages.yaml b/jobs/swh-packages.yaml index 008270d..aab23be 100644 --- a/jobs/swh-packages.yaml +++ b/jobs/swh-packages.yaml @@ -184,6 +184,7 @@ repo_name: swh-loader-svn pkg: loader.svn python_module: swh.loader.svn + include_bdist: false jobs: - "swh-jobs-{name}" -- GitLab