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

update ubuntu build example #119

Merged
merged 1 commit into from
Nov 9, 2023
Merged

update ubuntu build example #119

merged 1 commit into from
Nov 9, 2023

Conversation

vasi
Copy link
Owner

@vasi vasi commented Nov 9, 2023

  • Notes that this works on Ubuntu 22.04
  • Updates the dependencies to FUSE 3
  • Installs all compression algorithms, because why not?
  • Installs fio and runs tests
  • Calling each one of autotools individually is annoying, we should just use the autogen.sh script that we already have

We could plausibly separate this into a simple minimal release-based build (just configure/make), and a full multi-algorithm master-based build with tests. But not sure it's worth it.

@vasi vasi merged commit 6835845 into master Nov 9, 2023
6 checks passed
@DrDaveD
Copy link
Collaborator

DrDaveD commented Nov 9, 2023

I tried this on an ubuntu:22.04 docker container and it failed because make was not installed.

@vasi
Copy link
Owner Author

vasi commented Nov 9, 2023

Ooh I was assuming that the same deps in CI would work, but you're right. I think they install some extra deps automatically in the github CI containers. Lemme fix.

@vasi
Copy link
Owner Author

vasi commented Nov 9, 2023

See #120

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.

2 participants