-
Notifications
You must be signed in to change notification settings - Fork 16
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
Adopt swift-toolchain-sqlite
to reduce system dependencies
#127
base: main
Are you sure you want to change the base?
Conversation
This means we no longer require users to provide their own system SQLite installation on Linux or Windows.
@swift-ci test |
Verified manually that `swift-sdk-generator` itself can be cross-compiled when using #127.
Suppose this is a question for @jakepetroules - should swift-toolchain-sqlite use the system dependency for Apple platforms, or is it intentional that all platforms are just using the amalgamation? |
Verified manually that `swift-sdk-generator` itself can be cross-compiled when using #127.
@swift-ci test |
FWIW without this change due to SwiftPM's bug in
|
@swift-ci test |
…/swift-toolchain-sqlite # Conflicts: # Package.swift
@swift-ci test |
Are you going to merge this? Just curious, as it seems like it could be a good improvement. |
@swift-ci test |
This means we no longer require users to provide their own system SQLite installation on Linux or Windows.