Skip to content

Conversation

@Alexendoo
Copy link
Member

I looked into the random failures we've been getting on macOS CI, not entirely sure what is going on but it seems to be an issue out of our department. A plain driver being ran on the test files without ui_test or any special flags hit the same issue

It didn't occur on macos-13 the few times I tried it though so let's upgrade to that. The current macos-latest refers to macos-12, later this year it will refer to macos-14 which runs on aarch64 so specifying the version for our x64 macOS tests will also save a future headache

r? @flip1995

changelog: none

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Feb 28, 2024
@flip1995
Copy link
Member

Thanks for looking into this and sorry I didn't get to it myself.

Let's try this.

@bors r+

@bors
Copy link
Contributor

bors commented Feb 29, 2024

📌 Commit df092be has been approved by flip1995

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Feb 29, 2024

⌛ Testing commit df092be with merge 7f45b0b...

bors added a commit that referenced this pull request Feb 29, 2024
Bump macOS CI version to 13

I looked into the random failures we've been getting on macOS CI, not entirely sure what is going on but it seems to be an issue out of our department. A [plain driver](https://github.com/Alexendoo/rust-clippy/blob/314425001df19a82c295952b26664704d06e9348/src/driver.rs) being ran on the test files [without `ui_test` or any special flags](https://github.com/Alexendoo/rust-clippy/blob/314425001df19a82c295952b26664704d06e9348/src/driver.rs) hit the same issue

It didn't occur on `macos-13` the few times I tried it though so let's upgrade to that. [The current `macos-latest` refers to `macos-12`](https://github.com/actions/runner-images?tab=readme-ov-file#available-images), later this year it will refer to `macos-14` which runs on `aarch64` so specifying the version for our x64 macOS tests will also save a future headache

r? `@flip1995`

changelog: none
@bors
Copy link
Contributor

bors commented Feb 29, 2024

💔 Test failed - checks-action_test

@Alexendoo
Copy link
Member Author

Thankfully a different issue, seems the old way of setting up for the dynamic linking on macOS no longer works. Let's try having rustup set it up for us

@bors try

bors added a commit that referenced this pull request Feb 29, 2024
Bump macOS CI version to 13

I looked into the random failures we've been getting on macOS CI, not entirely sure what is going on but it seems to be an issue out of our department. A [plain driver](https://github.com/Alexendoo/rust-clippy/blob/314425001df19a82c295952b26664704d06e9348/src/driver.rs) being ran on the test files [without `ui_test` or any special flags](https://github.com/Alexendoo/rust-clippy/blob/314425001df19a82c295952b26664704d06e9348/src/driver.rs) hit the same issue

It didn't occur on `macos-13` the few times I tried it though so let's upgrade to that. [The current `macos-latest` refers to `macos-12`](https://github.com/actions/runner-images?tab=readme-ov-file#available-images), later this year it will refer to `macos-14` which runs on `aarch64` so specifying the version for our x64 macOS tests will also save a future headache

r? `@flip1995`

changelog: none
@bors
Copy link
Contributor

bors commented Feb 29, 2024

⌛ Trying commit ce4b81d with merge 2e20aa9...

@bors
Copy link
Contributor

bors commented Feb 29, 2024

☀️ Try build successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Build commit: 2e20aa9 (2e20aa925a6fb8ae41f879e736ef975e6a6ef3f8)

@flip1995
Copy link
Member

Nice, that simplifies things. I didn't know about rustup run.

@bors r+ Thanks!

@bors
Copy link
Contributor

bors commented Feb 29, 2024

📌 Commit ce4b81d has been approved by flip1995

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Feb 29, 2024

⌛ Testing commit ce4b81d with merge 3b8da4a...

@bors
Copy link
Contributor

bors commented Feb 29, 2024

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing 3b8da4a to master...

@bors bors merged commit 3b8da4a into rust-lang:master Feb 29, 2024
@Alexendoo Alexendoo deleted the macos-ci branch February 29, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants