Skip to content

Commit b68e2de

Browse files
author
jan
committed
Remove some packages that are no longer available
1 parent 5f718d4 commit b68e2de

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

io.sloeber.tests/src/io/sloeber/core/CreateAndCompileDefaultInoOnAllBoardsTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ static public void beforeAll() throws Exception {
113113
//reuse of filename package_esp32_index.json
114114
"https://git.oschina.net/dfrobot/FireBeetle-ESP32/raw/master/package_esp32_index.json",
115115

116+
//Download fails
117+
"http://downloads.konekt.io/arduino/package_konekt_index.json",
118+
"http://talk2arduino.wisen.com.au/master/package_talk2.wisen.com_index.json",
119+
"http://clkdiv8.com/download/package_clkdiv8_index.json",
120+
"https://rawgit.com/hunianhang/nufront_arduino_json/master/package_tl7788_index.json",
121+
116122
//moved to different place
117123
"https://dl.espressif.com/dl/package_esp32_index.json",};
118124
private static final String[] packageUrlsToIgnoreonWindows = {
@@ -362,6 +368,7 @@ public static void installAdditionalBoards() throws Exception {
362368
toAddList.removeAll(Arrays.asList(packageUrlsToIgnoreOnMac));
363369
}
364370
BoardsManager.addPackageURLs(toAddList);
371+
BoardsManager.update(false);
365372

366373

367374
if (!skipPlatformInstallation) {

0 commit comments

Comments
 (0)