-
Notifications
You must be signed in to change notification settings - Fork 57
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
Provide Dockerfile or ready-made container on dockerhub #117
Comments
What packages did you need to install? |
As simple as make or gawk or time. I can provide a full log tomorrow |
It's weird because we do test mimalloc-bench on various distributions in our CI, and we don't have dependencies issues: https://github.com/daanx/mimalloc-bench/blob/master/.github/workflows/all.yml |
github worker node is not that barren as ubuntu container. So here's I'm delivering the promised. I'll be posting the logs and commenting what I'm trying to do to rectify the issues as I go:
Okay this is expected.
Ok this is expected too. Although the script could check if it's run by superuser (it's the case in the container by default) and not ask for sudo. Anyway
Hmm no idea, just re-run the same script again.
Hmm again.
This is due to "time" missing |
|
Anything else we could/should do to get this issue closed? |
I haven't tested since the initial report. We have |
Can you please re-test then? |
I'll do my best, although I have lost access to my personal PC for next couple of months. |
Hi!
Trying to build / bench mimalloc-bench inside a pristine ubuntu:20.04 container and I'm seeing the
./build-bench-env.sh packages lean
is not providing enough standard packages to kickstart from a bare distribution like containerized ubuntu.During the course of installation I had to install ~10 extra packages and yet I didn't manage to run bench properly. Perhaps a Dockerfile or a pre-built container on dockerhub could ease the process for those not wanting to "pollute" the main OS with lots of packages and external software.
The text was updated successfully, but these errors were encountered: