-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Update VMs for July 2022 Patch Tuesday, and to Ubuntu 22.04. #25785
Conversation
BillyONeal
commented
Jul 14, 2022
- Changes the source from NVidia official for most CUDA things to Ubuntu's built in bits. Note that Ubuntu has no nccl so we're still getting that from them directly.
- Updates PowerShell to 7.2.5.
Finally we get gcc 11 which comes with c++ 20 🥳 |
@@ -56,22 +63,28 @@ APT_PACKAGES="$APT_PACKAGES libxdamage-dev" | |||
# Additionally required by gtk3 and at-spi2-atk | |||
APT_PACKAGES="$APT_PACKAGES libdbus-1-dev" |
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.
APT_PACKAGES="$APT_PACKAGES libdbus-1-dev" | |
APT_PACKAGES="$APT_PACKAGES libdbus-1-dev libxtst-dev" |
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.
It's kinda too late. When I make this PR the image with the new configuration is already minted. :(
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.
IIUC it is included three lines later?
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.
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.
It should be later in the script.
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.
Can you show screen shots later on the script? It should near the line of libdbus-1-dev
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.
It looks like the old version of the script. The changes from this PR don't show up. Can you fix that?
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.
It looks like the old version of the script. The changes from this PR don't show up. Can you fix that?
Derp :)
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.
It looks like the old version of the script. The changes from this PR don't show up. Can you fix that?
Derp :)
How can we fix it?
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.
Whack Bill over the head
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Full build was totally green: https://dev.azure.com/vcpkg/public/_build/results?buildId=75152&view=results (osx still running but a VM update doesn't affect osx) Will merge as soon as PR run is green too. |
Update VMs for July 2022 Patch Tuesday, and to Ubuntu 22.04. (microsoft#25785)