Test bootstrapping in a workflow#25138
Conversation
9e20a36 to
1d98373
Compare
e484f68 to
559a963
Compare
|
I think as we add the binary bootstrapping PR we should update this to include tests for bootstrapping from binaries. |
068af2f to
d278874
Compare
|
@adamjstewart I think this is ready for a review. It's not perfect, but I'd rather merge this as is, if you don't see any big issue, and work later on simplifying the |
I'm a little wary of a quick fix that could potentially break other packages. What if we instead compute this in |
We can do that, but it means undoing #24095 in |
|
@adamjstewart @tgamblin This is ready to be reviewed and merged if there are no issues |
adamjstewart
left a comment
There was a problem hiding this comment.
I'm fine with this solution until we figure out a more robust way to allow packages to override site_packages_dir
|
Thanks @adamjstewart |
fixes #24928
Clingo install Python extensions in non-standard locations and after #24095 this causes issues on some platforms. This PR:
site_packages_dirproperty at the package level for eachPythonPackageclingo-bootstrap