-
-
Notifications
You must be signed in to change notification settings - Fork 484
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.py fails in a Docker container: /bin/bash: line 1: $'\r': command not found #653
Comments
Please enter the required fields.
|
Command : $ python build.py build --android arm64 -vv Configuration: 5bc79e698554396b72b5903a55749cf17a8b795382c49b33c74c1b2f0dfe3a15Execution platform: @local_execution_config_platform//:platformUse --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging Thank you for the reply. |
|
This is the result after running git config -l. Command : python build.py build --android arm64 -vv Configuration: 5bc79e698554396b72b5903a55749cf17a8b795382c49b33c74c1b2f0dfe3a15Execution platform: @local_execution_config_platform//:platformUse --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging Configuration: 5bc79e698554396b72b5903a55749cf17a8b795382c49b33c74c1b2f0dfe3a15Execution platform: @local_execution_config_platform//:platformUse --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging |
What is "This"? If you don't know why this happens, see https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_formatting_and_whitespace. See also #172 (comment). |
Build was successful. Thank you |
Plugin Version or Commit ID
v0.10.1
Unity Version
2021.3.3f1
Your Host OS
Windows 10 pro
Target Platform
Android
[Windows Only] Visual Studio C++ and Windows SDK Version
No response
[Linux Only] GCC/G++ and GLIBC Version
No response
[Android Only] Android Build Tools and NDK Version
No response
[iOS Only] XCode Version
No response
Command Sequences
.
Log
.
Additional Context
On windows, python3.10 is installed when building using linux dockerfile. This causes the build to fail. Where do I need to edit the dockerfile to install python3.9?
The text was updated successfully, but these errors were encountered: