Replies: 1 comment 1 reply
-
It certainly worked on my system, iirc it used the git-bash environment to run the shell scripts.
do you have an automatic script that does this? I avoided using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You mention "For now I won't publish a precompiled package (the install scripts are insanely slow on Windows)" on the 1.84.0-beta blog post, but this doesn't make much sense to me. As someone who has built Rust on Windows, I've found python x.py install doesn't work on Windows due to the sh command being missing. Instead I've used python x.py dist to package the compiler for use on another computer, and from what I remember, that process should be pretty quick. Although it creates multiple .tar.xz files and I combine those into one .7z for my releases.
This method of releasing does work, at least for my uses with eRust. Maybe something with the config.toml idk. Here's the config.toml I use to build if you want to look.
Edit: I just realized I didn't use a question mark so maybe the wording in the title isn't entirely correct, maybe concern would fit better idk.
Beta Was this translation helpful? Give feedback.
All reactions