-
Notifications
You must be signed in to change notification settings - Fork 873
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
Conversation
################################################################################ | ||
displayName: Windows Agent (x86) | ||
queue: | ||
name: buildDevs |
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.
Minor: Is it intentional that the name attribute for the x86 agent is buildDevs
, but Hosted VS2017
for the x64 agent?
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.
yes. the hosted agent is Azure is 64 bit, i have to create a 32 bits build machine in the BuildDevs pool
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.
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 |
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 need to re-introduce libcurl for this distro?
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.
libcurl is still installed in line 154
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.
Ah! you're right.
Left a couple of comments that can be addressed with a later PR. Overall the PR LGTM. |
No description provided.