-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat: remain windows support #3162
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for it! 💯
scripts/windows_setup.sh
Outdated
echo "Building $name" | ||
if [ -d "$dir" ]; then | ||
change_directory "$dir" | ||
execute_command "$command" | ||
# Execute command but ignore errors containing 'upx' | ||
if ! eval "$command" 2>&1 | tee /tmp/build.log; then | ||
if grep -q "upx" /tmp/build.log; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove the /tmp/build.log
afterwards?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aplologize for late reply, it's temporary, and we will remove it eventually
15e3df3
to
04df684
Compare
You can find the image built from this PR at
Built from fa58052 |
ec547ea
to
d2e2f7f
Compare
cad6b4c
to
bf703e9
Compare
bf703e9
to
122e0f3
Compare
e99af3b
to
d6048bd
Compare
Will add all remain windows support with this PR