Navigation Menu

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-6008] Build-ability regression #48565

Closed
davezarzycki opened this issue Sep 27, 2017 · 1 comment
Closed

[SR-6008] Build-ability regression #48565

davezarzycki opened this issue Sep 27, 2017 · 1 comment
Assignees
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. build-script Area → utils: The build script

Comments

@davezarzycki
Copy link
Collaborator

Previous ID SR-6008
Radar None
Original Reporter @davezarzycki
Type Bug
Status Closed
Resolution Done
Environment

macOS 17A362a

Additional Detail from JIRA
Votes 0
Component/s
Labels Bug, BuildScript
Assignee @harlanhaskins
Priority Medium

md5: d4bf3bb9b1d4a84c952cba11f7a4b416

Issue Description:

fab6178 broke my "quick debug" build script:

#!/bin/sh
./utils/build-script \
    --build-subdir="$(dirname $PWD)/d" \
    --llvm-targets-to-build X86 \
    --skip-ios --skip-tvos --skip-watchos \
    --skip-build-benchmarks \
    --build-swift-static-stdlib false \
    --build-swift-static-sdk-overlay false \
    --build-swift-dynamic-sdk-overlay false \
    --build-swift-stdlib-unittest-extra false \
    -r \
    --debug-swift \
    --debug-swift-stdlib
@davezarzycki
Copy link
Collaborator Author

1d2d0a6 fixed this. Closing.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. build-script Area → utils: The build script
Projects
None yet
Development

No branches or pull requests

1 participant