Skip to content
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

Change compiler naming scheme for MSVC #286

Merged
merged 3 commits into from
Aug 19, 2024
Merged

Conversation

chiphogg
Copy link
Contributor

We've been calling the version on Windows Server 2022, "MSVC x64 19.35".
Well, apparently it's now running 19.40, not 19.35. If this can change
without our knowing, then putting the version number in the name is
probably not a great idea.

An alternative suggestion was to use the version of Windows Server in
the name, since that won't ever change. We do that here.

This will break the continuity for the page giving historical results
per job, i.e., it will create a "new job". I'm not especially concerned
about that.

Fixes #283.

We've been calling the version on Windows Server 2022, "MSVC x64 19.35".
Well, apparently it's now running 19.40, not 19.35.  If this can change
without our knowing, then putting the version number in the name is
probably not a great idea.

An alternative suggestion was to use the version of Windows Server in
the name, since that won't ever change.  We do that here.

This will break the continuity for the page giving historical results
per job, i.e., it will create a "new job".  I'm not especially concerned
about that.

Fixes #283.
@chiphogg chiphogg added the release notes: ⚙️ repo PR affecting the way the repository works label Aug 12, 2024
@chiphogg chiphogg requested a review from timhirsh August 12, 2024 14:31
@chiphogg chiphogg requested a review from a team as a code owner August 12, 2024 14:31
Copy link
Member

@timhirsh timhirsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@chiphogg chiphogg merged commit 45b232b into main Aug 19, 2024
11 checks passed
@chiphogg chiphogg deleted the chiphogg/MSVC-YYYY#283 branch August 19, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: ⚙️ repo PR affecting the way the repository works
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MSVC 19.35 CI isn't fixed-version; updates to latest
2 participants