Skip to content

Commit

Permalink
fix: resolve local package paths relative to the repository root (#881)
Browse files Browse the repository at this point in the history
- Update `resources_example` moving the `Package.swift` under a
sub-directory.
- Resolve local Swift packages using the repository root directory.

Closes #869.
  • Loading branch information
cgrindel authored Jan 31, 2024
1 parent cc42a62 commit 944f2d4
Show file tree
Hide file tree
Showing 9 changed files with 261 additions and 150 deletions.
1 change: 1 addition & 0 deletions examples/resources_example/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ swift_update_packages(
name = "swift_update_pkgs",
gazelle = ":gazelle_bin",
generate_swift_deps_for_workspace = False,
package_manifest = "swift/Package.swift",
update_bzlmod_stanzas = True,
)
Loading

0 comments on commit 944f2d4

Please sign in to comment.