mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 04:07:47 +00:00
[travis] remove unused sources (#3701)
This commit removes unused sources from apt update list to avoid fetch failures.
This commit is contained in:
@@ -37,6 +37,7 @@ set -x
|
||||
cd /tmp || die
|
||||
|
||||
[ $TRAVIS_OS_NAME != linux ] || {
|
||||
(cd /etc/apt/sources.list.d && sudo rm -rf cassandra.list* couchdb.list* mongodb-3.4.list* rabbitmq_rabbitmq-server.list* chris-lea-redis-server.list* github_git-lfs.list*)
|
||||
sudo apt-get update || die
|
||||
|
||||
[ $BUILD_TARGET != posix-distcheck -a $BUILD_TARGET != posix-32-bit -a $BUILD_TARGET != posix-app-cli -a $BUILD_TARGET != posix-mtd -a $BUILD_TARGET != posix-ncp -a $BUILD_TARGET != posix-app-ncp ] || {
|
||||
|
||||
Reference in New Issue
Block a user