File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 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.]
You can’t perform that action at this time.
0 commit comments