Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #64

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Fix CI #64

merged 1 commit into from
Apr 1, 2024

Conversation

malor
Copy link
Owner

@malor malor commented Apr 1, 2024

  • Python Docker images now default to Debian Bookworm, and LLVM upstream only builds versions 15 and newer for that release. We can work around that by using Debian Bullseye and Buster for LLVM versions <15 and <11

  • Poetry was unhappy about an "old" lock file

  • Some Python images did not have six installed, and poetry install installs (dev) dependencies into a virtualenv, while lldb uses the system site-packages dir

* Python Docker images now default to Debian Bookworm, and LLVM upstream
  only builds versions 15 and newer for that release. We can work around
  that by using Debian Bullseye and Buster for LLVM versions <15 and <11

* Poetry was unhappy about an "old" lock file

* Some Python images did not have six installed, and `poetry install`
  installs (dev) dependencies into a virtualenv, while lldb uses the
  system site-packages dir
@malor malor merged commit ad32f4d into master Apr 1, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant