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

consume dotnet core 2.1, add win-x86 and linux-arm agent. #1844

Merged
merged 1 commit into from
Sep 21, 2018

Conversation

TingluoHuang
Copy link
Contributor

No description provided.

################################################################################
displayName: Windows Agent (x86)
queue:
name: buildDevs
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor: Is it intentional that the name attribute for the x86 agent is buildDevs, but Hosted VS2017 for the x64 agent?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes. the hosted agent is Azure is 64 bit, i have to create a 32 bits build machine in the BuildDevs pool

Copy link
Contributor

Choose a reason for hiding this comment

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

Yep, I now recall the conversation.

if [ $? -ne 0 ]
then
echo "'dnf' failed with exit code '$?'"
print_errormessage
exit 1
fi
else
dnf install -y libunwind lttng-ust libcurl openssl-libs libuuid krb5-libs zlib libicu
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we need to re-introduce libcurl for this distro?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

libcurl is still installed in line 154

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah! you're right.

@juliobbv
Copy link
Contributor

Left a couple of comments that can be addressed with a later PR. Overall the PR LGTM.

@TingluoHuang TingluoHuang merged commit 3e0e6dd into master Sep 21, 2018
@TingluoHuang TingluoHuang deleted the users/tihuang/moreplatform branch September 21, 2018 15:38
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.

3 participants