Skip to content

Commit 1ed722c

Browse files
authored
remove validation (#47)
1 parent 915af89 commit 1ed722c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.scripts/package.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,13 +380,9 @@ if [[ $latest != $current || $debug ]]; then
380380
generate_sources "../$sources"
381381
# Create test package using local binaries and make sure it builds
382382
generate_swift_package "../$package" "$home/package_template.swift" "../$distribution" $xcframeworks_repo $distribution
383-
echo "Validating..."
384-
(cd ..; swift package dump-package | read pac)
385383
(cd ..; swift build) # TODO: create tests and replace this line with `(cd ..; swift test)`
386384
# Create release package using remote binaries and make sure the Package.swift file is parseable
387385
generate_swift_package "../$package" "$home/package_template.swift" "../$distribution" $xcframeworks_repo ''
388-
echo "Validating..."
389-
(cd ..; swift package dump-package | read pac)
390386
)
391387

392388
echo "Moving files to repo..."; cd ..

0 commit comments

Comments
 (0)