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

Fix CI after Rust 1.80, remove dead feature references #3381

Merged
merged 15 commits into from
Jul 27, 2024
Merged

Conversation

abonander
Copy link
Collaborator

@abonander abonander commented Jul 26, 2024

We should have been pinned to 1.78 for CI, but the overrides in the CLI jobs were triggering warnings. Seems worth upgrading to 1.80 anyway since I'm fixing the warnings.

Also deprecates AnyKind because it's not actually used in the API.

* Removed archived `actions-rs` actions
* Upgraded `Swatinem/rust-cache`, `actions/checkout`, `actions/download-artifact`, `actions/upload-artifact`
This reactivates a couple of tests that had stopped working.
@abonander abonander force-pushed the fix-ci-again branch 2 times, most recently from 995de97 to f2f6a36 Compare July 26, 2024 22:36
@abonander abonander force-pushed the fix-ci-again branch 2 times, most recently from 130a91a to 97e71ef Compare July 27, 2024 02:04
.expect("write-lock holder panicked")
.kind()
}
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a breaking change: this impl block hasn't been enabled since drivers were moved out of sqlx-core.

Caught by the new `unexpected_cfgs` lint.
@abonander abonander changed the title Fix examples CI after Rust 1.80, remove dead feature references Fix CI after Rust 1.80, remove dead feature references Jul 27, 2024
@abonander abonander force-pushed the fix-ci-again branch 4 times, most recently from be6c979 to c86ec3f Compare July 27, 2024 03:12
@abonander abonander merged commit 6651d2d into main Jul 27, 2024
70 checks passed
@abonander abonander deleted the fix-ci-again branch July 27, 2024 06:15
jrasanen pushed a commit to jrasanen/sqlx that referenced this pull request Oct 14, 2024
)

* fix(ci): update workflows/examples.yml

* Removed archived `actions-rs` actions
* Upgraded `Swatinem/rust-cache`, `actions/checkout`, `actions/download-artifact`, `actions/upload-artifact`

* chore: deprecate `AnyKind`

* fix: remove dead references to DB features in `sqlx-core`

This reactivates a couple of tests that had stopped working.

* chore(ci): move sqlx-cli checks to their own workflow

* fix(ci): remove remaining `uses: actions-rs/cargo`

* fix warnings

* chore: add titles to sqlx-cli jobs

* fix warnings (2)

* fix error in pool example

* fix warnings (3)

* fix query_builder test

* fix: don't run CLI tests on Windows

* chore: upgrade `rust-toolchain` to 1.80

* fix(postgres): fix missing Tokio specialization in `PgCopyIn`

Caught by the new `unexpected_cfgs` lint.

* fix new warnings
jrasanen pushed a commit to jrasanen/sqlx that referenced this pull request Oct 14, 2024
)

* fix(ci): update workflows/examples.yml

* Removed archived `actions-rs` actions
* Upgraded `Swatinem/rust-cache`, `actions/checkout`, `actions/download-artifact`, `actions/upload-artifact`

* chore: deprecate `AnyKind`

* fix: remove dead references to DB features in `sqlx-core`

This reactivates a couple of tests that had stopped working.

* chore(ci): move sqlx-cli checks to their own workflow

* fix(ci): remove remaining `uses: actions-rs/cargo`

* fix warnings

* chore: add titles to sqlx-cli jobs

* fix warnings (2)

* fix error in pool example

* fix warnings (3)

* fix query_builder test

* fix: don't run CLI tests on Windows

* chore: upgrade `rust-toolchain` to 1.80

* fix(postgres): fix missing Tokio specialization in `PgCopyIn`

Caught by the new `unexpected_cfgs` lint.

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

Successfully merging this pull request may close these issues.

1 participant