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: use prebuilt docker images based on manylinux with preinstalled cargo & rust #84

Merged
merged 18 commits into from
Feb 20, 2023

Conversation

korniltsev
Copy link
Collaborator

@korniltsev korniltsev commented Feb 18, 2023

  • create & publish base docker images for building our packages (improve build scheme #71)
  • fix Cargo.lock to avoid silent package update
  • remove read-process-memory patch-fork because since upstream 1.5 version it is no longer needed
  • fix inferno = "=0.11.14" because 0.11.15 requires 1.64 rust toolchain and we cant use it because 1.64 requires glibc >= 2.17 but manylinux2010 has glibc == 2.12

@korniltsev korniltsev changed the title trigger build fix: use prebuilt docker images based on manylinux with preinstalled cargo & rust Feb 18, 2023
@korniltsev korniltsev merged commit b14f758 into main Feb 20, 2023
@korniltsev korniltsev mentioned this pull request Feb 20, 2023
8 tasks
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.

None yet

1 participant