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 589fb81 commit 9b7c696Copy full SHA for 9b7c696
.github/workflows/ci.yml
@@ -57,12 +57,14 @@ jobs:
57
TARGET: x86_64-unknown-linux-gnu
58
TRAVIS_OS_NAME: linux
59
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
+# Espressif testing disabled as xensa-lx 0.4.0 is now broken on nightly,
+# see https://github.com/esp-rs/xtensa-lx/issues/14
+# # Use nightly for architectures which don't support stable
+# - rust: nightly
+# experimental: true
+# vendor: Espressif
66
+# TARGET: x86_64-unknown-linux-gnu
67
+# TRAVIS_OS_NAME: linux
68
69
# OSX
70
- rust: stable
0 commit comments