-
Notifications
You must be signed in to change notification settings - Fork 666
Improve build.sh #1641
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
base: master
Are you sure you want to change the base?
Improve build.sh #1641
Conversation
@AlexxIT I would also suggest removing |
I can't run it from GoLand console. I think other Windows users won't be able to handle the shell file either.
@skrashevich what do you this about this changes? I'm not a big expert on shell files. |
Good changes. There are no issues with the script on *nix systems. On Windows, it must be run through Bash |
@AlexxIT can you try Otherwise maybe you don't have Git Bash installed (it comes with Git for Windows). But anyway, I am not deleting the cmd script. |
Fixes check_command
Code_6aS094ndN0.mp4
Fixes errors being ignored
I found that
amd64
build is currently failing because of:Which was being ignored previously and then this architecture would not be built.
Display commands being executed
With
set -x
so that it's easier to follow the script's progress.