mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -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:
parent
2fb5b9e9a3
commit
ebff965cc6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue