mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
NetBSD: Upgrade to Python 3.10 (#5686)
This commit is contained in:
parent
8a333c001c
commit
c78792b65d
1 changed files with 4 additions and 4 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue