-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upgrade dependencies #26
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good update. I wouldn't mind some breadcrumbs to help understand the libc changes
@@ -47,6 +47,7 @@ parts: | |||
- $CRAFT_STAGE/wheels/wheels.txt | |||
- ./requirements.txt | |||
stage-packages: | |||
- libc6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the mystical missing package
override-build: | | ||
mkdir $CRAFT_PART_INSTALL/lib64 | ||
ln -s /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 $CRAFT_PART_INSTALL/lib64/ld-linux-x86-64.so.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so what is noble doing here that is so wrong?
437c48a
to
e49644f
Compare
No description provided.