File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 target :
5757 - armv7a-none-eabi # Actually requires a custom backend
5858 - thumbv7em-none-eabi # Actually requires a custom backend
59+ - wasm32-unknown-unknown # Actually requires a wasm_js feature
5960 steps :
6061 - uses : actions/checkout@v4
6162 - uses : dtolnay/rust-toolchain@master
6667 RUSTFLAGS : --cfg getrandom_backend="unsupported"
6768 run : cargo build --no-default-features --features tls12,alloc --release --target ${{ matrix.target }}
6869
69- wasm_js :
70- runs-on : ubuntu-latest
71- strategy :
72- matrix :
73- rust :
74- - 1.85.0 # MSRV
75- - stable
76- target :
77- - wasm32-unknown-unknown
78- steps :
79- - uses : actions/checkout@v4
80- - uses : dtolnay/rust-toolchain@master
81- with :
82- toolchain : ${{ matrix.rust }}
83- targets : ${{ matrix.target }}
84- - run : cargo build --no-default-features --features tls12,alloc,wasm_js --release --target ${{ matrix.target }}
85-
8670 test :
8771 strategy :
8872 matrix :
You can’t perform that action at this time.
0 commit comments