mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-19 00:00:14 +02:00
Use AtomicU32 in RouteId (#616)
This commit is contained in:
@@ -146,3 +146,24 @@ jobs:
|
||||
with:
|
||||
command: check ${{ matrix.checks }}
|
||||
arguments: --all-features --manifest-path axum/Cargo.toml
|
||||
|
||||
armv5te-unknown-linux-musleabi:
|
||||
needs: check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
target: armv5te-unknown-linux-musleabi
|
||||
override: true
|
||||
profile: minimal
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Check
|
||||
uses: actions-rs/cargo@v1
|
||||
env:
|
||||
# Clang has native cross-compilation support
|
||||
CC: clang
|
||||
with:
|
||||
command: check
|
||||
args: --all --all-targets --all-features --target armv5te-unknown-linux-musleabi
|
||||
|
||||
Reference in New Issue
Block a user