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

add ipv6 information in build.sh #1207

Closed
wants to merge 1 commit into from
Closed

add ipv6 information in build.sh #1207

wants to merge 1 commit into from

Conversation

adaggarwal
Copy link
Member

Helps to get info to fix #1200

@adaggarwal adaggarwal requested review from dseefeld and crummel August 29, 2019 19:58
@@ -12,6 +12,9 @@ if [[ $arcadeLine =~ $pattern ]]; then
fi
echo "Found 2.x SDK $SDK_VERSION, 3.x SDK $SDK3_VERSION, Arcade bootstrap $ARCADE_BOOTSTRAP_VERSION"

echo "IP information:"
ifconfig -a
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ifconfig may not exist on all distributions so we should ignore errors here. (it was replaced by ip utility)

@adaggarwal
Copy link
Member Author

adaggarwal commented Aug 29, 2019

Closing this as of now because the ifconfig utility doesn't exist in the CI containers.

@adaggarwal adaggarwal closed this Aug 29, 2019
@adaggarwal adaggarwal deleted the ipv6Split branch August 29, 2019 22:17
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.

[Non-Deterministic behavior] CentOS7 Online CI leg failing infrequently
2 participants