From 7c7fc92d7ba79ad02d91b374d979a1ed9718a523 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 29 Nov 2023 01:28:18 +0300 Subject: [PATCH] Fix graalpy-community to use a separate package name Using the same name as graalpy causes a cache clash --- .../python-build/share/python-build/graalpy-community-23.1.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/graalpy-community-23.1.0 b/plugins/python-build/share/python-build/graalpy-community-23.1.0 index dcda3848..ff46e4d5 100644 --- a/plugins/python-build/share/python-build/graalpy-community-23.1.0 +++ b/plugins/python-build/share/python-build/graalpy-community-23.1.0 @@ -51,4 +51,4 @@ else url="https://github.com/oracle/graalpython/releases/download/graal-${VERSION}/graalpy-community-${VERSION}-${graalpy_arch}.tar.gz#${checksum}" fi -install_package "graalpy-${VERSION}${BUILD}" "${url}" "copy" ensurepip +install_package "graalpy-community-${VERSION}${BUILD}" "${url}" "copy" ensurepip