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

fixes a bash syntax error with BUILD_RESTRICT_LANG and some English #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rvalyi
Copy link
Member

@rvalyi rvalyi commented Aug 4, 2023

as for BUILD_RESTRICT_LANG, you can try not setting BUILD_RESTRICT_LANG in your odoo/Dockerfile and the build will fail. Now it works again (if [[ "-n $SOME_ENV_VAR" ]] is the proper way to avoid blank values as well https://stackoverflow.com/a/14900557 )

Also, I inform you I fixed the bad "rebuild the world" we experience once a week on the CI after Acsone updates the bedrock base image weekly. I used a multi-steps build image, I'll create other PRs for it. It will save the Akretion CI from downloading over 200 Gb from Github every week easily... And also saves a solid ~6Gb weekly per deploy to the production servers...
We couldn't live with that with our bandwidth limitations in Brazil...

cc @sebastienbeau @hparfr @PierrickBrun

@rvalyi rvalyi force-pushed the master-BUILD_RESTRICT_LANG-fix branch from 7675f7b to a78626e Compare August 4, 2023 05:24
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.

1 participant