File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1162
1162
1163
1163
<move file =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/gcc/avr" tofile =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr" />
1164
1164
<move file =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude" tofile =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr" />
1165
- <antcall target =" macosx-fix-bundled-toolchain-missing-symlinks" />
1166
1165
1167
1166
<echo append =" true" file =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/builtin_tools_versions.txt" message =" arduino.avrdude=${ avrdude_version } ${ line.separator } " />
1168
1167
<echo append =" true" file =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/builtin_tools_versions.txt" message =" arduino.avr-gcc=${ gcc_version } ${ line.separator } " />
1192
1191
<delete dir =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp" />
1193
1192
</target >
1194
1193
1195
- <target name =" macosx-fix-bundled-toolchain-missing-symlinks" if =" macosx" >
1196
- <exec executable =" mv" failonerror =" true" >
1197
- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude/lib/libusb.dylib" />
1198
- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
1199
- </exec >
1200
- <exec executable =" mv" failonerror =" true" >
1201
- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude/lib/libusb-1.0.dylib" />
1202
- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
1203
- </exec >
1204
- </target >
1205
-
1206
1194
<target name =" generate-hourly-build-txt" if =" hourly" >
1207
1195
<echo file =" ${ staging_folder } /work/${ staging_hardware_folder } /../lib/hourlyBuild.txt" >${ BUILD_DATE } </echo >
1208
1196
</target >
You can’t perform that action at this time.
0 commit comments