mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-08 15:31:26 +09: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
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user