Update VMs for July 2022 Patch Tuesday, and to Ubuntu 22.04.#25785
Update VMs for July 2022 Patch Tuesday, and to Ubuntu 22.04.#25785vicroms merged 10 commits intomicrosoft:masterfrom
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.
| APT_PACKAGES="$APT_PACKAGES libdbus-1-dev" | |
| APT_PACKAGES="$APT_PACKAGES libdbus-1-dev libxtst-dev" |
There was a problem hiding this comment.
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.
IIUC it is included three lines later?
There was a problem hiding this comment.
It should be later in the script.
There was a problem hiding this comment.
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.
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.
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.
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.
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)
