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

build script - download previously built and packed distributions #32

Open
shawnlaffan opened this issue Feb 1, 2023 · 0 comments
Open

Comments

@shawnlaffan
Copy link
Contributor

The build system starts from scratch each time a new docker instance is started, and hence all libs need to be rebuilt.

It would be useful if the build system downloaded those already-built packages from a server. This can be added to the perl scripts implemented in #17 to reduce the amount of rebuilding.

A config file can be used to specify the URL, defaulting to a path under https://strawberryperl.com/ that allows for gcc version and bitness differences (similar to https://strawberryperl.com/package/kmx/64_libs/ but flatter).

The download could also be done as part of the docker file.

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

No branches or pull requests

1 participant