Conversation
a7eb171 to
d647e25
Compare
83291ea to
e5cd215
Compare
|
@djc Hopefully this can be backported, I'd like to avoid taking a dependency on |
Why? |
|
|
|
Okay, I think we can get out a 0.4.3 release with this. Suggest you add commits (a) reverting the offending commits before your change, (b) bumping the version to 0.4.3, (c) adding back the reverted changes all on this branch. After merging this, I will tag and publish the version bump. |
b9266f6 to
e942ee2
Compare
e942ee2 to
5cfceda
Compare
|
@djc Why isn't CI running? |
5cfceda to
f67794b
Compare
|
No clue -- probably a GitHub fluke? |
|
I don't think it's a fluke, it consistently isn't running, so I suspect it's an issue with the repo (maybe permissions?). |
|
Can you try another push? |
f67794b to
1d6fc3f
Compare
|
I checked the Actions dashboard, no workflow runs were even created. |
|
Ugh, you're right. Fixing in |
|
Alright, please rebase on current |
1d6fc3f to
27e2784
Compare
|
@djc I'm working on some CI improvements. Just to confirm, is it desirable to have CI for every Apple target listed in the Tier 2 with Host Tools documentation? |
7c38eb4 to
d139853
Compare
fc270c6 to
8b4f7d5
Compare
I inherited the current matrix and have not spent much time on it. I'm not eager to expand it more for theoretical use cases but if you're building for a particular platform I'm happy to have it added. I expect it could be a fair bit simpler by, for example, collapsing all Apple targets into a single one. |
8b4f7d5 to
09349c2
Compare
09349c2 to
e9faaf5
Compare
```sh RUSTC_BOOTSTRAP=1 cargo clippy -q -Zbuild-std \ --workspace --all-targets --all-features \ --target aarch64-apple-ios \ --target aarch64-apple-ios-macabi \ --target aarch64-apple-ios-sim \ --target aarch64-apple-tvos \ --target aarch64-apple-tvos-sim \ --target aarch64-apple-visionos \ --target aarch64-apple-visionos-sim \ --target aarch64-apple-watchos \ --target aarch64-apple-watchos-sim \ --target x86_64-apple-ios \ --target x86_64-apple-ios-macabi ```
e9faaf5 to
e8a8e5c
Compare
|
|
Ensure we are not blocked on macos runner availability
|
The "refactor MSRV job" reads like it's doing a whole bunch of stuff at the same time. Either split that out or clarify in the commit message what goals/concerns it's trying to address. |
|
At this point, it may be worth splitting the PR to separate the CI changes from the additional target support? |
Yes, please! |
Closes #60
Verified locally with: