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

Add experimental_expose_build_files flag #1345

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sewerynplazuk
Copy link

@sewerynplazuk sewerynplazuk commented Nov 18, 2024

Attempt to solve #932.

Following the example given in the linked issue, with the new flag experimental_expose_build_files, it is possible to granularly expose the build files of individual packages, as an example:

swift_deps.configure_package(
    name = "swift-nio-transport-services",
    experimental_expose_build_files = True,
)
swift_deps.configure_package(
    name = "swift-protobuf",
    experimental_expose_build_files = True,
)
use_repo(
    swift_deps,
    "swift_deps_info",
    "swift_package",
    "swiftpkg_swift_nio_transport_services",
    "swiftpkg_swift_protobuf",
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant