New Release? #761
Replies: 6 comments 6 replies
-
#542 ping yes, I think it's time, I'm still very hesitant about the x86_64-unknown-linux-gnu changes though (#669 and #680 ) . |
Beta Was this translation helpful? Give feedback.
-
Could you guys review if there are any still need fix for 0.2.2 and put it on the specific milestone? and the same for 0.3.0? |
Beta Was this translation helpful? Give feedback.
-
Can't wait. The |
Beta Was this translation helpful? Give feedback.
-
https://github.com/cross-rs/cross/milestone/1 Looks like nothing is stopping v0.2.2 from being released? |
Beta Was this translation helpful? Give feedback.
-
Hello, what's the next plan? I'm very eager to use v0.2.2, as actions-rs/cargo can't customize the cross's version. I think the ease of cross-compiling in GitHub Actions will be very helpful in building the rust community. ❤️ |
Beta Was this translation helpful? Give feedback.
-
v0.2.2 has been released. |
Beta Was this translation helpful? Give feedback.
-
Due to the number of bugs fixed, and the lack of updates on the images but move to a new container registry, I feel it's probably a good idea to draft a new release by early July (v0.2.2), and then we can deal with backwards-incompatible changes for v0.3.0? This way the bug fixes can be provided for the default install on crates.io, so users won't have to install from git. A lot of bugs have been patched, so I think this is probably a sound roadmap.
Thoughts?
A list of goals for the next release are:
I think the major goals remaining for 0.2.2 are getting:
x86_64-unknown-linux-gnu
based on Ubuntu, and keeping at least it or another image compatible with RHEL7 (glibc 2.17) (make x86_64-unknown-linux-gnu ubuntu again #764).Addbuild-std
support so we can rely less (hopefully, never) onxargo
(Add build-std config option. #782).Probably addCargo.toml
as a configuration source, if possible (AllowCargo.toml
as configuration source #754).More stretch goals but we're getting closer to are:
Remote docker support (I almost have full support ready, Add comprehensive support for remote docker. #785).Custom dockerfile/pre-build hooks without having to maintain images (allow specifying a dockerfile to use for a target and implement "pre-build"ing #678).Also, we need to ensure we instruct users to install from crates.io prior to release (IE, not from git).
Update: we just pushed a release candidate.
Beta Was this translation helpful? Give feedback.
All reactions