Skip to content

Commit 8e08ab4

Browse files
committed
Add workaround for package path support missing
1 parent d9660be commit 8e08ab4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/commands/shared-set-up.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
echo "--- :rubygems: Setting up Gems"
44
install_gems
55

6+
# The push/pop is workaround for tooling not supporting a Package.swift path.
7+
# Note that neither ours nor Apple's tooling does.
8+
pushd "$(dirname "${BASH_SOURCE[0]}")/../../Modules"
69
echo "--- :swift: Setting up Swift Packages"
710
install_swiftpm_dependencies
11+
popd
812

913
echo "--- :xcode: Fetch XCFrameworks"
1014
rake dependencies

0 commit comments

Comments
 (0)