@@ -61,14 +61,17 @@ public class CreateAndCompileDefaultInoOnAllBoardsTest {
6161 "https://redbearlab.github.io/arduino/package_redbearlab_index.json" ,
6262 "http://drazzy.com/package_drazzy.com_index.json" ,
6363 // confirmed 2020 03 09 version 25 12 17
64- "https://raw.githubusercontent.com/avandalen/SAM15x15/master/package_avdweb_nl_index.json" , };
64+ "https://raw.githubusercontent.com/avandalen/SAM15x15/master/package_avdweb_nl_index.json" ,
65+
66+ // uses busybox on windows so command line issues and on Linux the all in one archive build fails
67+ "https://github.com/tenbaht/sduino/raw/master/package_sduino_stm8_index.json" ,
68+ };
6569 private static final String [] packageUrlsToIgnoreonWindows = {
6670 // following packages did not work in the arduino ide on windows at last test
6771 // confirmed 220 03 09 was version 1.0
6872 "https://ardhat.github.io/ardhat-board-support/arduino/package_ardhat_index.json" ,
6973
70- // uses busybox so command line issues I think
71- "https://github.com/tenbaht/sduino/raw/master/package_sduino_stm8_index.json" ,
74+
7275
7376 };
7477 private static final String [] packageUrlsToIgnoreOnLinux = {
@@ -129,6 +132,9 @@ public class CreateAndCompileDefaultInoOnAllBoardsTest {
129132
130133 // folder casing problem
131134 "LilyPad LilyMini" ,
135+
136+ //linkerscript file name casing problem; github code is old
137+ "DFRduino M0 MainBoard" ,
132138
133139 };
134140 private static final String [] packageUrlsFromThirthPartyWebPage = {
0 commit comments