From c78792b65d6600fee78ae2272197fd88d828165d Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Sat, 27 Dec 2025 00:02:58 +0800 Subject: [PATCH] NetBSD: Upgrade to Python 3.10 (#5686) --- .builds/netbsd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml index 9078bb46da..ba9689b8f3 100644 --- a/.builds/netbsd.yml +++ b/.builds/netbsd.yml @@ -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}