Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
update dependencies for running the tests #909
Conversation
josepht
approved these changes
Nov 16, 2016
Thanks, I bumped into this just the other day.
|
Hold off on this, still need something |
| @@ -83,7 +84,7 @@ e.g.; to update the list for 16.04, | ||
| Install the needed dependencies. | ||
| - sudo apt install build-essential python3-dev libapt-pkg-dev libsodium-dev gcc libffi-dev | ||
| + sudo apt install libarchive13 python3-pip build-essential python3-dev libapt-pkg-dev libsodium-dev gcc libffi-dev squashfs-tools |
elopio
Nov 16, 2016
Member
what about using sudo apt build-dep -y ./ so we don't have to update it every time?
The downside is that it requires the src apt repos.
sergiusens
Nov 16, 2016
Collaborator
No, that won't be future proof either; that was the way it was before; it will also install a bunch of python dependencies we don't want
|
I am closing this as #910 was a superset of this. |
sergiusens
closed this
Nov 16, 2016
|
I was curious to see what @ChrisMacNaughton was still needing, you ruined the suspense @sergiusens! |
|
@elopio it was |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ChrisMacNaughton commentedNov 16, 2016
No description provided.