NetBSD: Upgrade to Python 3.10 (#5686)

This commit is contained in:
Khairul Azhar Kasmiran 2025-12-27 00:02:58 +08:00 committed by NOT XVilka
parent 8a333c001c
commit c78792b65d

View file

@ -4,7 +4,7 @@ packages:
- pkgconf
- gmake
- clang
- python39
- python310
environment:
CXX: clang++
CC: clang
@ -14,8 +14,8 @@ sources:
hottub_trigger: '^(dev|stable|bsd-.+|dist-.+)$'
tasks:
- rzpipe: |
python3.9 -m ensurepip --user
python3.9 -m pip install --user 'git+https://github.com/rizinorg/rz-pipe#egg=rzpipe&subdirectory=python'
python3.10 -m ensurepip --user
python3.10 -m pip install --user 'git+https://github.com/rizinorg/rz-pipe#egg=rzpipe&subdirectory=python'
- build: |
cd rizin
# Workaround to avoid test/unit/test_file.c fail due to the insufficient memory
@ -42,7 +42,7 @@ tasks:
# Running the unit tests
MALLOC_OPTIONS=S ninja -C build test
- test: |
python3.9 -m pip install --user requests
python3.10 -m pip install --user requests
cd rizin
export PATH=${HOME}/bin:/usr/local/bin:${PATH}
export LD_LIBRARY_PATH=${HOME}/lib:${HOME}/lib64:${LD_LIBRARY_PATH}