-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fix CI #470
Fix CI #470
Conversation
Fixes #467 |
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.
I'm assuming that the specification I linked to is correct. I have no reason to believe otherwise. Also Clang/LLVM 13.1.6 is available, but using the macOS 12.4 image as specified here. I'd rather a new inconsistency not be introduced in a PR. IMO we generally shouldn't knowingly introduce tech debt in a PR. |
IMO CI being broken is an emergency, and this is a priority inversion. With the change it is no more inconsistent than it was. It said "apple clang 13.0.1" but that's not what we were testing; it was “stock clang 13.0.1”. This PR is clearly forward progress, and PR review shouldn't stand in the way of that. Sorry, I'm making the call and merging. See #473. |
IMO that should be done after #472. OK?
… On Jul 15, 2022, at 9:36 AM, David Sankel ***@***.***> wrote:
@camio requested changes on this pull request.
Looks good. Could you also please update https://github.com/stlab/libraries/blob/75418397bbedf7a1b11ce5ce05d1f670945e7a22/.github/matrix.json#L16 <https://github.com/stlab/libraries/blob/75418397bbedf7a1b11ce5ce05d1f670945e7a22/.github/matrix.json#L16> with whatever version number we're using now? Based on this <https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md> it looks like this results in a switch to 13.0.0.
—
Reply to this email directly, view it on GitHub <#470 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAKYILHDSKP25XLUYSXNVTVUGHR5ANCNFSM53VTKPVA>.
You are receiving this because you authored the thread.
|
I don't mind. In my mind, this is old tech debt and gets lumped in with all
the rest as far as priority goes.
On Tue, Oct 11, 2022 at 3:02 AM Dave Abrahams ***@***.***>
wrote:
… IMO that should be done after #472. OK?
> On Jul 15, 2022, at 9:36 AM, David Sankel ***@***.***> wrote:
>
>
> @camio requested changes on this pull request.
>
> Looks good. Could you also please update
https://github.com/stlab/libraries/blob/75418397bbedf7a1b11ce5ce05d1f670945e7a22/.github/matrix.json#L16
<
https://github.com/stlab/libraries/blob/75418397bbedf7a1b11ce5ce05d1f670945e7a22/.github/matrix.json#L16>
with whatever version number we're using now? Based on this <
https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md>
it looks like this results in a switch to 13.0.0.
>
> —
> Reply to this email directly, view it on GitHub <
#470 (review)>,
or unsubscribe <
https://github.com/notifications/unsubscribe-auth/AAAKYILHDSKP25XLUYSXNVTVUGHR5ANCNFSM53VTKPVA
>.
> You are receiving this because you authored the thread.
>
—
Reply to this email directly, view it on GitHub
<#470 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4YR24PRP3PWJKBJ2K4IBDWCUGKHANCNFSM53VTKPVA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Also makes our claims of testing with Apple clang not-a-lie.