We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1ad7c commit 07d2977Copy full SHA for 07d2977
.github/workflows/ci.yaml
@@ -51,7 +51,6 @@ jobs:
51
- beta
52
- nightly
53
- 1.57.0 # MSRV
54
- - thumbv6m-none-eabi # Non Arc target
55
56
name: tests/${{ matrix.rust }}
57
steps:
scripts/all-tests.sh
@@ -6,11 +6,6 @@ set -e
6
FEATURES=$1
7
CHANNEL=$2
8
9
-if [ "$CHANNEL" = "thumbv6m-none-eabi" ]; then
10
- cargo build --no-default-features --features critical-section
11
- exit 1;
12
-fi
13
-
14
if [ "$CHANNEL" = "1.57.0" ]; then
15
cargo update --package openblas-src --precise 0.10.5
16
cargo update --package openblas-build --precise 0.10.5
0 commit comments