File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 60
60
"buildsystem" : " simple" ,
61
61
"build-options" : {
62
62
"env" : {
63
- "PATH" : " /usr/bin:/usr/lib/sdk/openjdk11/jvm/openjdk-11/ bin" ,
63
+ "PATH" : " /usr/bin:/usr/lib/sdk/openjdk11/bin" ,
64
64
"JAVA_HOME" : " /usr/lib/sdk/openjdk11/jvm/openjdk-11"
65
65
}
66
66
},
67
67
"build-commands" : [
68
- " ./ant/bin/ ant --execdebug build" ,
68
+ " ant --execdebug build" ,
69
69
" mkdir -p /app/bin /app/Arduino" ,
70
70
" cp -a linux/work/* /app/Arduino" ,
71
71
" ln -s /app/Arduino/arduino /app/bin" ,
348
348
"url" : " http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_amd64.tar.bz2" ,
349
349
"sha256" : " aa45ee2441ffc3a122daec5802941d1fa2ac47adf5c5c481b5e0daa4dc259ffa" ,
350
350
"dest" : " build/linux"
351
- },
352
- {
353
- "type" : " archive" ,
354
- "url" : " https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.2-bin.tar.xz" ,
355
- "sha256" : " 361c8ad2ed8341416e323e7c28af10a8297170a80fdffba294a5c2031527bb6c" ,
356
- "dest" : " build/ant"
357
351
}
358
352
]
359
353
}
You can’t perform that action at this time.
0 commit comments