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

使用 clippy 修正一些代码风格;升级、精简依赖 #129

Merged
merged 8 commits into from
Jan 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
container: ghcr.io/biliup/manylinux2014-cross:i686
- os: ubuntu
target: aarch64
manylinux: 2_28 # FIXME: look https://github.com/briansmith/ring/issues/1728
- os: ubuntu
target: armv7
interpreter: 3.7 3.8 3.9 3.10 3.11
Expand All @@ -120,16 +121,18 @@ jobs:
manylinux: musllinux_1_1
- os: ubuntu
target: ppc64le
container: ghcr.io/biliup/manylinux2014-cross:ppc64le
interpreter: 3.7 3.8 3.9 3.10 3.11
- os: ubuntu
target: s390x
container: ghcr.io/biliup/manylinux2014-cross:s390x
interpreter: 3.7 3.8 3.9 3.10 3.11
exclude:
# Windows on arm64 only supports Python 3.11+
- os: windows
target: aarch64
# FIXME: look https://github.com/briansmith/ring/issues/1728
- os: ubuntu
target: aarch64
manylinux: auto

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
.idea
*.mp4
*.flv
*.json
*.exe
*.png
*.part
data.db*
!sqlx-data.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading