We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should try at least for ubuntu/linux to build persistant docker environment to build the plugin, instead of rebuilding it every time....
The text was updated successfully, but these errors were encountered:
We can do this with GH actions! Maybe @shimwell can lead this effort?
Sorry, something went wrong.
Dynamic building is nice as it uses the latest dependencies, while using a persistent docker environment is nice as it gets through the tasks quickly.
Perhaps caching is the way to go here as it allows the best of both https://evilmartians.com/chronicles/build-images-on-github-actions-with-docker-layer-caching
I can certainly have a go with this
this is redondant with #118
Now that we switched to docker for our linux build, we should pre-build the docker image with all the pre-requisites in it.
shimwell
No branches or pull requests
We should try at least for ubuntu/linux to build persistant docker environment to build the plugin, instead of rebuilding it every time....
The text was updated successfully, but these errors were encountered: