Skip to content

Rewrite make-win-dist.py in Rust #41568

Closed
@alexcrichton

Description

@alexcrichton

We've got a now-ancient Python script in the repository which has historically served the purpose of assembling the components of the rust-mingw package that we produce. Historically this was invoked from make, and implementing that script in make would be a nightmare!

Nowadays we've got rustbuild, a build system in Rust, so let's keep leveraging it! This script is called from one location and should be relatively easy rewrite it directly inline. The Rust standard library should have all the tools needed to implement this script.

I'm tagging this as E-easy and E-mentor, please reach out to me if you'd like to take this on and need assistance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions