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:
@@ -51,4 +51,4 @@ else
|
|||||||
url="https://github.com/oracle/graalpython/releases/download/graal-${VERSION}/graalpy-community-${VERSION}-${graalpy_arch}.tar.gz#${checksum}"
|
url="https://github.com/oracle/graalpython/releases/download/graal-${VERSION}/graalpy-community-${VERSION}-${graalpy_arch}.tar.gz#${checksum}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install_package "graalpy-${VERSION}${BUILD}" "${url}" "copy" ensurepip
|
install_package "graalpy-community-${VERSION}${BUILD}" "${url}" "copy" ensurepip
|
||||||
|
|||||||
Reference in New Issue
Block a user