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

feat: remain windows support #3162

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

darshankabariya
Copy link
Contributor

Will add all remain windows support with this PR

Copy link
Collaborator

@Ivansete-status Ivansete-status left a 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! 💯

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
Copy link
Collaborator

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?

Copy link
Contributor Author

@darshankabariya darshankabariya Jan 2, 2025

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

Copy link

github-actions bot commented Jan 2, 2025

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:3162

Built from fa58052

@darshankabariya darshankabariya marked this pull request as draft January 2, 2025 10:14
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.

2 participants