chore/update#589
Merged
Merged
Conversation
parkan
commented
Oct 27, 2025
| if [ ! -f "/home/vscode/.local/share/pg/pgdata/PG_VERSION" ]; then | ||
| echo "Initializing Postgres..." | ||
| /usr/lib/postgresql/16/bin/initdb -D /home/vscode/.local/share/pg/pgdata --auth trust --auth-local trust --auth-host trust | ||
| /usr/lib/postgresql/16/bin/initdb -D /home/vscode/.local/share/pg/pgdata --auth trust --auth-local trust --auth-host trust --encoding=UTF8 --locale=C.UTF-8 |
Collaborator
Author
There was a problem hiding this comment.
this got clobbered again by some hook magic I didn't fully remove, sneaking in here b/c it was breaking my tests for validating the upgrades
added 2 commits
October 27, 2025 13:01
- need rclone >= v1.68.0 to upgrade away from deprecated v1 aws sdk - need go-libp2p >= v0.44.0 for go-quic version compatibility - rclone dropped fs.NewConfig(), need to hardcode more defaults :( - azureblob retired years ago
Collaborator
Author
Collaborator
Author
|
hmmm we are still skipping some tests that I would expect to run, I think there's an issue with the dialector for sqlite bailing and skipping the other tests; I'll look into that to validate the FK/cascade fix properly but otherwise we should be good |
Collaborator
Author
|
ok I think the skips are reasonable dialector mismatch (postgres specific test should not run with mysql etc) so we should be good |
Collaborator
Author
|
interesting, the glif-dependent tests fail on |
Collaborator
Author
|
breakage fixed in #591 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

omnibus PR to update our many, many badly outdated dependencies
major changes: