-
Notifications
You must be signed in to change notification settings - Fork 46
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
add flexible system prerequisites in buildspec #15
Comments
just tested arthas 3.5.1: it requires g++ (was not required for 3.5.0). Perhaps there is a profile or system property to disable this part of the build, that could be a workaround... |
helix 1.0.3 requires bzip2 |
cucumber html-formatter requires to run npm before doing Maven build |
many new optional features have been added in #106 and even many common packages like bzip2 https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/bin/docker/Dockerfile.toolchains.template#L48 |
alluxio requires go |
PLC4X rebuild requires Git to be available: rebuild.sh can't provide such project-specific requirement yet, it has to be rebuilt by hand without the Docker container
Sometimes, prerequisites may be hard to automatically provide, but it would be useful to have an initial mechanism for simple cases like this one
The text was updated successfully, but these errors were encountered: