Skip to content

Commit 44550ac

Browse files
authored
Remove code for unnecessary Adafruit SAMD Boards platform dependency (espressif#76)
Adafruit SAMD Boards doesn't have a dependency on Arduino SAMD Boards, so this only slows down the CI run.
1 parent 121a199 commit 44550ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build_platform.py

-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ def print_bold(message, end = '\n'):
111111

112112
def install_platform(platform):
113113
print("Installing", platform, end=" ")
114-
if platform == "adafruit:samd": # we have a platform dep
115-
install_platform("arduino:samd")
116114
if platform == "adafruit:avr": # we have a platform dep
117115
install_platform("arduino:avr")
118116
if os.system("arduino-cli core install "+platform+" --additional-urls "+BSP_URLS+" > /dev/null") != 0:

0 commit comments

Comments
 (0)