We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9028c commit e595805Copy full SHA for e595805
1 file changed
scripts/test.py
@@ -162,10 +162,17 @@
162
--graal
163
Use graal - run inside a Graal VM instead of a Python venv.
164
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.
+ As of 2025-08-04, if specified:
+ * We assert-fail if cibw and non-cibw commands are specified.
+ * If `cibw` is specified:
+ * 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.
176
177
[After the first time, suggest `-v 1` to avoid delay from
178
updating/building pyenv and recreating the graal venv.]
0 commit comments