-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Description
As far as I know, getting rid of ./configure
is a desirable goal. As I understand it, it is kept mainly for compatibility reasons:
- It's used in the "standard unix workflow", ie.
./configure && make && make install
- which is used by linux distros shipping rust?
- It's used in our ci infrastructure
Making ./configure
produce a config.toml
file seems like a potential step in the right direction and would allow getting rid of a nice chunk of compatibility code in rustbuild.
Open questions:
- Do we want to get rid of
./configure
in the near future? In that case making it produce aconfig.toml
first is probably not worth the effort. - How complicated would it be to make
./configure
generateconfig.toml
?
est31, ishitatsuyuki, retep998, kennytm and segevfiner
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.