1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -05:00

Fix graalpy-community to use a separate package name (#2855)

Using the same name as graalpy causes a cache clash
This commit is contained in:
native-api
2023-11-29 22:57:28 +03:00
committed by GitHub
parent 2fb5b9e9a3
commit ebff965cc6

View File

@@ -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