Skip to content

Commit 4185b02

Browse files
committed
Disable AVR test
1 parent 7a29fc6 commit 4185b02

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,17 @@ jobs:
161161
- name: Build top-level only
162162
run: cargo build --target=thumbv6m-none-eabi --no-default-features
163163

164-
test-avr:
165-
runs-on: ubuntu-latest
166-
steps:
167-
- uses: actions/checkout@v3
168-
- name: Install toolchain
169-
uses: dtolnay/rust-toolchain@nightly
170-
with:
171-
components: rust-src
172-
- name: Build top-level only
173-
run: cargo build -Z build-std=core --target=avr-unknown-gnu-atmega328 --no-default-features
164+
# Disabled due to lack of known working compiler versions (not older than our MSRV)
165+
# test-avr:
166+
# runs-on: ubuntu-latest
167+
# steps:
168+
# - uses: actions/checkout@v3
169+
# - name: Install toolchain
170+
# uses: dtolnay/rust-toolchain@nightly
171+
# with:
172+
# components: rust-src
173+
# - name: Build top-level only
174+
# run: cargo build -Z build-std=core --target=avr-unknown-gnu-atmega328 --no-default-features
174175

175176
test-ios:
176177
runs-on: macos-latest

0 commit comments

Comments
 (0)