From 935f89cca386196f1bf5b313cf3c710c3099295b Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Tue, 5 Jun 2018 14:26:35 +0200 Subject: [PATCH] [ARM64] Add support for aarch64 tools This should be picked up by jenkins job to create the full package with tools --- test/helper_tools_downloader.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/helper_tools_downloader.go b/test/helper_tools_downloader.go index db6dc9dc..49aa8470 100644 --- a/test/helper_tools_downloader.go +++ b/test/helper_tools_downloader.go @@ -112,6 +112,7 @@ func DownloadCoresAndToolsAndLibraries(t *testing.T) { OsUrl{Os: "i686-mingw32", Url: "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-i686-mingw32.zip"}, OsUrl{Os: "x86_64-apple-darwin", Url: "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-x86_64-apple-darwin.zip"}, OsUrl{Os: "arm-linux-gnueabihf", Url: "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-armv6-linux-gnueabihf.tar.bz2"}, + OsUrl{Os: "aarch64-linux-gnu", Url: "http://downloads.arduino.cc/tools/ctags-5.8-arduino11-aarch64-linux-gnu.tar.bz2"}, }, }, Tool{Name: "arduino-preprocessor", Version: "0.1.5", @@ -121,6 +122,7 @@ func DownloadCoresAndToolsAndLibraries(t *testing.T) { OsUrl{Os: "i686-mingw32", Url: "https://github.com/arduino/arduino-preprocessor/releases/download/0.1.5/arduino-preprocessor-0.1.5-i686-w64-mingw32.tar.bz2"}, OsUrl{Os: "x86_64-apple-darwin", Url: "https://github.com/arduino/arduino-preprocessor/releases/download/0.1.5/arduino-preprocessor-0.1.5-x86_64-apple-darwin11.tar.bz2"}, OsUrl{Os: "arm-linux-gnueabihf", Url: "https://github.com/arduino/arduino-preprocessor/releases/download/0.1.5/arduino-preprocessor-0.1.5-arm-linux-gnueabihf.tar.bz2"}, + OsUrl{Os: "aarch64-linux-gnu", Url: "https://github.com/arduino/arduino-preprocessor/releases/download/0.1.5/arduino-preprocessor-0.1.5-aarch64-linux-gnu.tar.bz2"}, }, }, }