Skip to content

Temporarily disable Espressif in CI until fixed upstream #565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ jobs:
TARGET: x86_64-unknown-linux-gnu
TRAVIS_OS_NAME: linux

# Use nightly for architectures which don't support stable
- rust: nightly
experimental: true
vendor: Espressif
TARGET: x86_64-unknown-linux-gnu
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
# TARGET: x86_64-unknown-linux-gnu
# TRAVIS_OS_NAME: linux

# OSX
- rust: stable
Expand Down