Skip to content

Commit 717cb2c

Browse files
adamgreigburrbull
authored andcommitted
Revert "Temporarily disable Espressif in CI until fixed upstream"
This reverts commit 9b7c696.
1 parent 9cad274 commit 717cb2c

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.github/workflows/ci.yml

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

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
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
6866

6967
# OSX
7068
- rust: stable

ci/script.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,12 +609,12 @@ main() {
609609
echo 'version = "1.0.0"' >> $td/Cargo.toml
610610

611611
echo '[dependencies.xtensa-lx]' >> $td/Cargo.toml
612-
echo 'version = "0.4.0"' >> $td/Cargo.toml
613-
echo 'features = ["lx6"]' >> $td/Cargo.toml
612+
echo 'version = "0.5.0"' >> $td/Cargo.toml
613+
echo 'features = ["esp32"]' >> $td/Cargo.toml
614614

615615
echo '[dependencies.xtensa-lx-rt]' >> $td/Cargo.toml
616-
echo 'version = "0.7.0"' >> $td/Cargo.toml
617-
echo 'features = ["lx6"]' >> $td/Cargo.toml
616+
echo 'version = "0.8.0"' >> $td/Cargo.toml
617+
echo 'features = ["esp32"]' >> $td/Cargo.toml
618618

619619
test_svd_for_target xtensa-lx https://raw.githubusercontent.com/esp-rs/esp32/master/svd/esp32.svd
620620
;;

0 commit comments

Comments
 (0)