Conversation
Thank you for contributing to the Leapp project!Please note that every PR needs to comply with the Leapp Guidelines and must pass all tests in order to be mergeable.
To launch regression testing public members of oamg organization can leave the following comment:
Please open ticket in case you experience technical problem with the CI. (RH internal only) Note: In case there are problems with tests not being triggered automatically on new PR/commit or pending for a long time, please consider rerunning the CI by commenting leapp-ci build (might require several comments). If the problem persists, contact leapp-infra. |
6e23ed1 to
0c81a40
Compare
| # we have to drop the dependency on python(abi) completely on el8+ because | ||
| # of IPU (python abi is different between systems) | ||
| %global __requires_exclude ^python\\(abi\\) = 3\\..+|/usr/libexec/platform-python|/usr/bin/python.* | ||
| %global py3_shebang_flags %{py3_shebang_flags}I |
There was a problem hiding this comment.
that's known problem to me. I made a workaround for such type of problem in the past, but I will need to remind myself how I did. There is a trick where you enforce evaluation of the macro first and then set the new value.
No description provided.