Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graalpy v23.1.1 #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# the graalpy version implies the below versions, so update these together
{% set version = "23.0.0" %}
{% set version = "23.1.1" %}
{% set gp_python_version = "3.10.8" %}
{% set mx_version = "6.23.8" %}
{% set java_version = "17.0.7+4" %}
Expand Down Expand Up @@ -36,13 +36,13 @@ source:
sha256: 4fb692a1ec34dfc957832a948a41b4d0238377990a0098daf83240e837638cfe
folder: mx
- url: https://github.com/oracle/graal/archive/refs/tags/vm-ce-{{ version }}.zip
sha256: 48b0d713006b4dee39743e625f8e5fd9a3add1019f9ced4e952028cbf1412ea3
sha256: c51fe8754722cf9592ea1540339ab93793aeb0a30be1ab2aa99bda70ae25b905
folder: graal
patches:
- patches/sulong-without-tck.patch
- patches/graal-omit-libjli-loading.patch
- url: https://github.com/oracle/graalpython/archive/refs/tags/vm-ce-{{ version }}.zip
sha256: 2d1de59940f41184bb50ed3bff35fd01f0089e6d4c4e4f2a0b80d9d78d48917b
sha256: 7ffe252e65741532c282601c2f58fd5e6597489aab33a3eccfcf1d75088261d4
folder: graalpython

build:
Expand Down
Loading