Skip to content

Commit 7c1223e

Browse files
committed
[crystax] Add hostpython recipes to CORE_RECIPES
Because we already build them whenever we build our python recipes, so this way we will avoid to make it fail the `CI` test `rebuild_updated_recipes` in the case that we have to touch both hostpython recipes at the same time
1 parent dc589c4 commit 7c1223e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ class TargetPython(Enum):
8686
# recipes that were already built will be skipped
8787
CORE_RECIPES = set([
8888
'pyjnius', 'kivy', 'openssl', 'requests', 'sqlite3', 'setuptools',
89-
'numpy', 'android', 'python2', 'python3',
89+
'numpy', 'android', 'hostpython2', 'hostpython3', 'python2', 'python3',
9090
])

0 commit comments

Comments
 (0)