Skip to content

Commit e2b8f6a

Browse files
Update PIO CI to be less chatty, fix CI fail (#7530)
Remove get.py percent dump to shorten PIO output 99%. Use latest release version of PIO, not bleeding edge, to fix failures introduced in devel (non-release) PIO versions. Thanks, @mcspr, for noticing this!
1 parent e0fedc5 commit e2b8f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/platformio.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ source "$TRAVIS_BUILD_DIR"/tests/common.sh
66

77
function install_platformio()
88
{
9-
pip3 install --user -U https://github.com/platformio/platformio/archive/develop.zip
9+
pip3 install -U platformio
1010
platformio platform install "https://github.com/platformio/platform-espressif8266.git"
1111
# Overwrite toolchain with this PR's toolset. Probably better way to do this
12-
( cd $TRAVIS_BUILD_DIR/tools && python3 get.py )
12+
( cd $TRAVIS_BUILD_DIR/tools && python3 get.py -q )
1313
mv ~/.platformio/packages/toolchain-xtensa/package.json .save
1414
rm -rf ~/.platformio/packages/toolchain-xtensa
1515
mv $TRAVIS_BUILD_DIR/tools/xtensa-lx106-elf ~/.platformio/packages/toolchain-xtensa

0 commit comments

Comments
 (0)