-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[doc] Update supported platforms and configurations (2021-07-05) #6165
Conversation
Updating docs! |
We already had a job in the CI to validate the infrastructure, it checks that all the tools are installed and ready in the different nodes, checks the versions, checks that all versions are the same in all the nodes,... and now that job will create a PR if something changes in this platform and supported configurations file. We can add more information in the following versions, improve the format, remove duplicates (🙄 ),... but this is a good starting point. |
- 2015 (14.0.25431.01 Update 3) | ||
- 2017 (15.9.19+28307.1000) | ||
- 2019 (16.4.4+29728.190) | ||
- 2015 (19.0.24215) |
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.
seems weird?
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 is the version reported by cl.exe
:
conan@C3I-STG-WIN1 C:\J\w\ValidateInfrastructure>"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe" /? 1>nul 2>tmp.file
[Pipeline] bat
[Pipeline] echo
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24215.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
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.
Are there several MSVC installations on the same host? That seems really unexcepted and more like a mismatch of different setups 🤔
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.
The agents have VS2015, VS2017 and VS2019 installed.
- 2015 (14.0.25431.01 Update 3) | ||
- 2017 (15.9.19+28307.1000) | ||
- 2019 (16.4.4+29728.190) | ||
- 2015 (19.0.24215) |
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.
Are there several MSVC installations on the same host? That seems really unexcepted and more like a mismatch of different setups 🤔
- GCC versions 4.9, 5, 6, 7, 8, 9, 10 | ||
- Clang versions 3.9, 4.0, 5.0, 6.0, 7.0, 8, 9, 10, 11 | ||
- GCC versions: 10, 4.9, 5, 6, 7, 8, 9 | ||
- Clang versions: 10, 11, 3.9, 4.0, 5.0, 6.0, 7.0, 8, 9 |
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.
Weird order for humans
@@ -64,10 +64,11 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan- | |||
|
|||
## MacOS | |||
|
|||
- Compilers: Apple-clang versions 10.0, 11.0, 12.0 (three latest versions, we will rotate the older when a new compiler version is released) | |||
- Compilers: Apple-clang versions 10.0.1, 11.0.0, 12.0.0, 12.0.0 (three latest versions, we will rotate the older when a new compiler version is released) |
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.
12.0.0
is double
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.
Hi! As this is done by a bot running daily we need to move on or it will keep opening PRs with exactly the same content 😄 .
- about repetitions and ordering: we will fix them in the CI, we cannot fix it here or the bot will see the changes and will keep opening PRs
- VS2015 and compiler version: if it is an issue, please explain why... or it is just the information that is misleading and we would prefer something else
Let's open an issue to report all those bugs. So we can continue |
…2021-07-05) Co-authored-by: CCI bot <javierg@jfrog.com>
Update supported platforms and configurations.
This PR has been created automatically using the actual values of the CI machines