From ebff965cc6dc17d90d0ec82af5a4fb47fd4a5907 Mon Sep 17 00:00:00 2001 From: native-api Date: Wed, 29 Nov 2023 22:57:28 +0300 Subject: [PATCH] Fix graalpy-community to use a separate package name (#2855) 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