Skip to content

Commit 07d2977

Browse files
Revert "thumbv6m-none-eabi tests"
This reverts commit 1d1ad7c.
1 parent 1d1ad7c commit 07d2977

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
- beta
5252
- nightly
5353
- 1.57.0 # MSRV
54-
- thumbv6m-none-eabi # Non Arc target
5554

5655
name: tests/${{ matrix.rust }}
5756
steps:

scripts/all-tests.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ set -e
66
FEATURES=$1
77
CHANNEL=$2
88

9-
if [ "$CHANNEL" = "thumbv6m-none-eabi" ]; then
10-
cargo build --no-default-features --features critical-section
11-
exit 1;
12-
fi
13-
149
if [ "$CHANNEL" = "1.57.0" ]; then
1510
cargo update --package openblas-src --precise 0.10.5
1611
cargo update --package openblas-build --precise 0.10.5

0 commit comments

Comments
 (0)