-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-45381: [CI][Packaging][Conan] Use the latest supported image #45387
Conversation
Based on https://github.com/conan-io/conan-docker-tools/blob/master/images/README.md#official-docker-images, "gcc11-ubuntu16.04" is only supported image.
@github-actions crossbow submit -g conan |
|
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit -g conan |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit -g conan |
Revision: 0815289 Submitted crossbow builds: ursacomputing/crossbow @ actions-4b04f9652b
|
+1 |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit f872372. There were 8 benchmark results with an error:
There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Rationale for this change
Conan 1 is deprecated. We should use Conan 2.
What changes are included in this PR?
Use "conania/gcc11-ubuntu16.04:2.12.1" because it's the latest version.
Based on
https://github.com/conan-io/conan-docker-tools/blob/master/images/README.md#official-docker-images, "gcc11-ubuntu16.04" is only supported image.
ci/conan/
is synchronized with the latest https://github.com/conan-io/conan-center-index .Are these changes tested?
Yes.
Are there any user-facing changes?
No.