Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-199] Move the build platform name out of the build folder subdirectories #42821

Open
belkadan opened this issue Dec 11, 2015 · 1 comment
Labels
build-script Area → utils: The build script improvement

Comments

@belkadan
Copy link
Contributor

Previous ID SR-199
Radar None
Original Reporter @belkadan
Type Improvement
Additional Detail from JIRA
Votes 0
Component/s Project Infrastructure
Labels Improvement, BuildScript
Assignee None
Priority Medium

md5: 2569e870109c65abfee7936567d33f62

Issue Description:

Currently our build folders look like this:

build/Ninja-DebugAsserts/swift-macosx-x86_64/

They should look like this:

build/Ninja-DebugAsserts-macosx-x86_64/swift/

(And that second component after "build" is already something you can control with the --build-subdir option to build-script.)

@belkadan
Copy link
Contributor Author

@gribozavr and I have talked about this before; whoever's working on it will need to make sure it doesn't break the building of the downloadable packages. (We'd be glad to help with testing that if a non-Apple contributor works on this, especially since it also affects how Swift is built for Xcode.)

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-script Area → utils: The build script improvement
Projects
None yet
Development

No branches or pull requests

1 participant