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

Allow users to nest .app bundles when using tree artifacts #2449

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

Demiguise
Copy link
Contributor

@Demiguise Demiguise commented Apr 17, 2024

Fixes #2447

Please see the above issue for more detail, but the gist of it is that users cannot have macos_application targets as input to the additional_contents when the tree artifact option is enabled, as the target is treated as a zip file anyway.

Build that shows the failing test: https://buildkite.com/bazel/rules-apple-darwin/builds/9082#_ or log here in case the buildkite link dies somehow.

Copy link

google-cla bot commented Apr 17, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@brentleyjones brentleyjones changed the title Allow users to nest .app bundles when using tree artifacts Allow users to nest .app bundles when using tree artifacts Apr 26, 2024
@brentleyjones brentleyjones enabled auto-merge (squash) April 26, 2024 13:19
@brentleyjones brentleyjones merged commit f81ef63 into bazelbuild:master Apr 26, 2024
8 checks passed
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.

Unable to nest app bundles within a macos_application
2 participants