Skip to content

Commit 44f4794

Browse files
committed
fix toolchain arch
1 parent 54f6ad0 commit 44f4794

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package/package_esp8266com_index.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"size": "77742495"
266266
},
267267
{
268-
"host": "x86_64-apple-darwin",
268+
"host": "arm64-apple-darwin",
269269
"url": "https://github.com/mcspr/esp-quick-toolchain/releases/download/4.0.0-test1/aarch64-apple-darwin20.4.xtensa-lx106-elf-e4b552e.250513.tar.gz",
270270
"archiveFileName": "aarch64-apple-darwin20.4.xtensa-lx106-elf-e4b552e.250513.tar.gz",
271271
"checksum": "SHA-256:e3cfd40ad89572b9bb576e04af9fa084357f2ee921a0f57d0fa9f936ca511998",

tests/common.sh

-2
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ function install_core()
411411

412412
function install_arduino()
413413
{
414-
set -x
415414
echo ::group::Install arduino
416415
local debug=$1
417416

@@ -425,7 +424,6 @@ function install_arduino()
425424
install_libraries "$ESP8266_ARDUINO_BUILD_DIR" "$ESP8266_ARDUINO_LIBRARIES"
426425

427426
echo ::endgroup::
428-
set +x
429427
}
430428

431429
function arduino_lwip_menu_option()

0 commit comments

Comments
 (0)