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 13d4975 commit 8995a29Copy full SHA for 8995a29
tools/ci.sh
@@ -241,7 +241,7 @@ function ci_esp32_build_c2_c6 {
241
function ci_esp8266_setup {
242
sudo pip3 install pyserial esptool==3.3.1 pyelftools ar
243
wget https://micropython.org/resources/xtensa-lx106-elf-standalone.tar.gz
244
- (set -o pipefile; zcat xtensa-lx106-elf-standalone.tar.gz | tar x)
+ (set -o pipefail; zcat xtensa-lx106-elf-standalone.tar.gz | tar x)
245
# Remove this esptool.py so pip version is used instead
246
rm xtensa-lx106-elf/bin/esptool.py
247
}
0 commit comments