Automated Release v0.1.4 - #668
Conversation
Changelog: - Update the docker image to Ubuntu 24. (632) [Fabian Ruffy] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Maintainers: Mark this PR as ready to trigger CI. Please use Squash and merge to include the changelog in the release message. |
|
Interesting, this failed for some reason I can't immediately interpret. |
I suspect it is because the container being used has Python packages installed system-wide, and the failing script is trying to add more packages using I think one option for handling this is to always install Python packages during builds into an explicitly chosen Python virtual environment, which is selected by doing |
A small correction to the above message. The error occurs when running a Many p4lang projects CI scripts attempt to install Python packages in system-wide directories, because it always worked before. I think we should move away from doing so, because of the newer behavior of pip (which has been since some version around 2023, I think, so not exactly new behavior). |
|
The changes in PR #669 (or something similarly effective) should enable the PI build & test to work again, with the new Ubuntu 24.04-based docker images. |
|
Let's close this one and let the next one pick up the fixes. |
Sounds reasonable. PR #670 was merged on this repo, that should hopefully enable the next automated release CI tests to pass. |
Auto-generated pull request creating version 0.1.4.
Changelog: