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

Switch to Stripe SPM SDK to speed up CI/CD pipelines #6

Open
nbeadman opened this issue Dec 2, 2024 · 0 comments
Open

Switch to Stripe SPM SDK to speed up CI/CD pipelines #6

nbeadman opened this issue Dec 2, 2024 · 0 comments

Comments

@nbeadman
Copy link

nbeadman commented Dec 2, 2024

Package.swift includes a dependency:

    dependencies: [
        .package(url: "https://github.com/stripe/stripe-ios.git", exact: "23.27.3")
    ],

to the official Stripe SDK. However, because Swift Package Manager checks out the entire git repo, this takes a significant amount of time. To mitigate that issue Stripe provides a much lighter weight repo with the same releases at: https://github.com/stripe/stripe-ios-spm with the same tagged releases. Changing the dependency to that repo will speed up compilation within our CI/CD pipeline.

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

No branches or pull requests

1 participant