-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
bpo-28791: Update Windows installer to use SQLite 3.21.0. #4246
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Update Windows installer to use SQLite 3.21.0. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,7 +50,7 @@ echo.Fetching external libraries... | |
| set libraries= | ||
| set libraries=%libraries% bzip2-1.0.6 | ||
| if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.0f | ||
| set libraries=%libraries% sqlite-3.14.2.0 | ||
| set libraries=%libraries% sqlite-3.21.0.0 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @zware Have you pushed sources up here yet? I haven't.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have not. @Mariatta, if you'd like to do so, the undocumented process is:
After that, convince AppVeyor to run it again and all should be good. This can all be done from non-Windows.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Devguide would be the right place, but where in the devguide I have no idea :) |
||
| if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.6.0 | ||
| if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.6.0 | ||
| if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would make this "Windows builds" - the installer doesn't have anything to do with SQLite.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.