Skip to content

Commit 4c99203

Browse files
Add linux arm dummy wheels
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent e174dec commit 4c99203

5 files changed

Lines changed: 13 additions & 3 deletions

.github/workflows/scancode-release.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
strategy:
216216
fail-fast: true
217217
matrix:
218-
os: [ubuntu-24.04, ubuntu-24.04, ubuntu-24.04-arm, ubuntu-24.04-arm]
218+
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm]
219219
pyver: ["3.10", "3.11", "3.12", "3.13", "3.14"]
220220

221221
steps:
@@ -228,6 +228,11 @@ jobs:
228228
with:
229229
python-version: ${{ matrix.pyver }}
230230

231+
- name: Install system dependencies
232+
run: |
233+
sudo apt update
234+
sudo apt install p7zip-full libarchive-dev libmagic1 libmagic-dev
235+
231236
- name: Download wheels artifact
232237
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
233238
with:
@@ -373,7 +378,7 @@ jobs:
373378
strategy:
374379
fail-fast: true
375380
matrix:
376-
os: [ubuntu-24.04, ubuntu-24.04]
381+
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm]
377382
pyver: ["3.10", "3.11", "3.12", "3.13", "3.14"]
378383

379384
steps:
@@ -386,6 +391,11 @@ jobs:
386391
with:
387392
python-version: ${{ matrix.pyver }}
388393

394+
- name: Install system dependencies
395+
run: |
396+
sudo apt update
397+
sudo apt install p7zip-full libarchive-dev libmagic1 libmagic-dev
398+
389399
- name: Download a single artifact linux_app_py_${{ matrix.pyver }}
390400
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
391401
with:

configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
set "REQUIREMENTS=--no-build-isolation --editable . --constraint requirements.txt"
3030
set "DEV_REQUIREMENTS=--no-build-isolation --editable .[dev] --constraint requirements.txt --constraint requirements-dev.txt"
3131
set "PROD_REQUIREMENTS=--no-build-isolation scancode_toolkit*.whl"
32-
set "FLOT_REQUIREMENTS=etc\thirdparty\flot-0.7.3-py3-none-any.whl.ABOUT"
32+
set "FLOT_REQUIREMENTS=etc/thirdparty/flot*.whl"
3333

3434
@rem # where we create a virtualenv
3535
set "VIRTUALENV_DIR=venv"
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)