Skip to content

Commit 9b7c696

Browse files
committed
Temporarily disable Espressif in CI until fixed upstream
1 parent 589fb81 commit 9b7c696

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ jobs:
5757
TARGET: x86_64-unknown-linux-gnu
5858
TRAVIS_OS_NAME: linux
5959

60-
# Use nightly for architectures which don't support stable
61-
- rust: nightly
62-
experimental: true
63-
vendor: Espressif
64-
TARGET: x86_64-unknown-linux-gnu
65-
TRAVIS_OS_NAME: linux
60+
# Espressif testing disabled as xensa-lx 0.4.0 is now broken on nightly,
61+
# see https://github.com/esp-rs/xtensa-lx/issues/14
62+
# # Use nightly for architectures which don't support stable
63+
# - rust: nightly
64+
# experimental: true
65+
# vendor: Espressif
66+
# TARGET: x86_64-unknown-linux-gnu
67+
# TRAVIS_OS_NAME: linux
6668

6769
# OSX
6870
- rust: stable

0 commit comments

Comments
 (0)