From af3ae4d5ca239fdf08448f3135cc2f3b87256eb6 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Mon, 17 May 2021 08:51:25 +0200 Subject: [PATCH] Disable CI compilation for Uno WiFi Rev. 2 The current implementation is barely working, as it is exceeding the flash storage capacity of the Uno WiFi Rev. 2. It makes no sense for us to trouble us with a "failing CI build", when we are not really supporting Arduino Uno WiFi Rev. 2 at all." --- .github/workflows/compile-examples.yml | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index fd76e9bdb..503ca0249 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -44,8 +44,8 @@ jobs: type: nina - fqbn: arduino:samd:nano_33_iot type: nina - - fqbn: arduino:megaavr:uno2018 - type: megaavr + #- fqbn: arduino:megaavr:uno2018 + # type: megaavr - fqbn: arduino:samd:mkrwan1300 type: wan - fqbn: arduino:samd:mkrgsm1400 @@ -96,19 +96,19 @@ jobs: - examples/utility/Provisioning - examples/utility/SelfProvisioning # Uno WiFi Rev2 - - board: - type: megaavr - platforms: | - - name: arduino:megaavr - libraries: | - - name: ArduinoECCX08 - - name: Arduino_AVRSTL - - name: WiFiNINA - - name: Arduino_JSON - - name: ArduinoBearSSL - sketch-paths: | - - examples/utility/Provisioning - - examples/utility/SelfProvisioning + #- board: + # type: megaavr + # platforms: | + # - name: arduino:megaavr + # libraries: | + # - name: ArduinoECCX08 + # - name: Arduino_AVRSTL + # - name: WiFiNINA + # - name: Arduino_JSON + # - name: ArduinoBearSSL + # sketch-paths: | + # - examples/utility/Provisioning + # - examples/utility/SelfProvisioning # LoRaWAN boards - board: type: wan