-
Notifications
You must be signed in to change notification settings - Fork 979
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
aws/codebuild/standard:5.0 Build fails when file names have non english characters #715
Comments
Facing similar issue, a local docker image which is using base image as "public.ecr.aws/codebuild/amazonlinux2-x86_64-standard:5.0" and local docker file has android tools 34, gradle v8.7, cordova v12.0.0. Couple of referenced SDKs have chinese characters, so updated buildspec.yaml as suggested in AWS doc which did not fix codebuild warning and build failure. buildspec.yaml update:
warning:
build failure:
fyi, I have printed locale before and after updating the LC_ALL & LANG locale before:
locale after
|
Describe the bug
Build fails when file names have non english characters. I tried to follow this doc and set the following commands in my buildspec.yml, but the error persists.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Following the doc, it was supposed to work
Logs
Platform (please complete the following information):
When using amazonlinux2 and the following commands:
It works, but not in ubuntu
The text was updated successfully, but these errors were encountered: