Skip to content
Merged
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
7 changes: 3 additions & 4 deletions ci/rebuild_updated_recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
```

Current limitations:
- handle the case with conflicting requirements
- will fail on conflicting requirements
e.g. https://travis-ci.org/AndreMiras/python-for-android/builds/438840800
the list was huge and result was:
the list of recipes was huge and result was:
[ERROR]: Didn't find any valid dependency graphs.
[ERROR]: This means that some of your requirements pull in conflicting dependencies.
- currently only builds on target python3crystax (even though python2 is supported)
- comprehensive list of working/broken recipes is not yet known
- only rebuilds on sdl2 bootstrap
- supports mainly python3crystax with fallback to python2, but no python3 support
"""
import sh
import os
Expand Down