Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
Draft
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
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
channel: [stable]
target:
# MSVC
- i686-pc-windows-msvc
# - i686-pc-windows-msvc
- x86_64-pc-windows-msvc
# GNU:
# You typically only need to test Windows GNU if you're
Expand All @@ -86,7 +86,7 @@ jobs:
~/.cargo/bin
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-${{ matrix.target }}

- uses: actions/download-artifact@v1
with:
name: cross-apple-darwin
Expand All @@ -106,6 +106,7 @@ jobs:
channel: [stable]
target:
# macOS
- aarch64-apple-darwin
- x86_64-apple-darwin
# iOS
# - aarch64-apple-ios
Expand Down Expand Up @@ -165,8 +166,8 @@ jobs:
# - armv7-unknown-linux-musleabihf
# - i586-unknown-linux-gnu
# - i586-unknown-linux-musl
- i686-unknown-linux-gnu
- i686-unknown-linux-musl
# - i686-unknown-linux-gnu
# - i686-unknown-linux-musl
# - mips-unknown-linux-gnu
# - mips-unknown-linux-musl
# - mips64-unknown-linux-gnuabi64
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
target:
# MSVC
- i686-pc-windows-msvc
# - i686-pc-windows-msvc
- x86_64-pc-windows-msvc
# GNU
# - i686-pc-windows-gnu
Expand Down Expand Up @@ -94,6 +94,7 @@ jobs:
matrix:
target:
# macOS
- aarch64-apple-darwin
- x86_64-apple-darwin
# iOS
# - aarch64-apple-ios
Expand Down Expand Up @@ -150,10 +151,10 @@ jobs:
# - wasm32-unknown-emscripten
# Linux
- aarch64-unknown-linux-gnu
- arm-unknown-linux-gnueabi
# - arm-unknown-linux-gnueabi
# - armv7-unknown-linux-gnueabihf
- i686-unknown-linux-gnu
- i686-unknown-linux-musl
# - i686-unknown-linux-gnu
# - i686-unknown-linux-musl
# - mips-unknown-linux-gnu
# - mips64-unknown-linux-gnuabi64
# - mips64el-unknown-linux-gnuabi64
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ atlassian-ide-plugin.xml
.idea/replstate.xml
/.idea
/.undodir # Vim Workspaces

# VS Code
.vscode/*
Loading