Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion swift-ci/sdks/static-linux/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ EOF

SWIFT_SOURCE_ROOT="${source_dir}/swift-project" \
SWIFT_BUILD_ROOT="${build_dir}/swift" \
run ${source_dir}/swift-project/swift/utils/build-script -r \
run ${source_dir}/swift-project/swift/utils/build-script -r -A \

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should create a preset

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could do that, but then the build settings for the SDK are separate from the SDK's own build script, and then we have a versioning problem, since we could update the build settings and end up with a build of the Static SDK with the same version number as another build, but that's built with different build settings.

This wouldn't be a problem if the build scripts lived in the Swift repo rather than the swift-docker repo. Do we want to do that instead?

--reconfigure \
--compiler-vendor=apple \
--bootstrapping hosttools \
Expand Down
Loading