Skip to content

Commit 333bc18

Browse files
scripts/test.py: minor change to graal comment.
1 parent c0708e6 commit 333bc18

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

scripts/test.py

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,17 @@
162162
--graal
163163
Use graal - run inside a Graal VM instead of a Python venv.
164164
165-
As of 2025-08-04 we:
166-
* Clone the latest pyenv and build it.
167-
* Use pyenv to install graalpy.
168-
* Use graalpy to create venv.
165+
As of 2025-08-04, if specified:
166+
* We assert-fail if cibw and non-cibw commands are specified.
167+
* If `cibw` is specified:
168+
* We use a conventional venv.
169+
* We set CIBW_ENABLE=graalpy.
170+
* We set CIBW_BUILD = 'gp*'.
171+
* Otherwise:
172+
* We don't create a conventional venv.
173+
* Clone the latest pyenv and build it.
174+
* Use pyenv to install graalpy.
175+
* Use graalpy to create venv.
169176
170177
[After the first time, suggest `-v 1` to avoid delay from
171178
updating/building pyenv and recreating the graal venv.]

0 commit comments

Comments
 (0)