This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new acf2f44  Disable AVR targets on macOS due to homebrew issue
acf2f44 is described below

commit acf2f44ae7df6ff256ba41eb11410c25d7cc7a4a
Author: Brennan Ashton <bash...@brennanashton.com>
AuthorDate: Mon Jan 11 22:27:36 2021 -0800

    Disable AVR targets on macOS due to homebrew issue
    
    Homebrew issue with AVR toolchain is here
    https://github.com/osx-cross/homebrew-avr/issues/205
---
 testlist/other.dat | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/testlist/other.dat b/testlist/other.dat
index 32ae18c..cfdae68 100644
--- a/testlist/other.dat
+++ b/testlist/other.dat
@@ -5,6 +5,14 @@
 -avr32dev1:nsh
 -avr32dev1:ostest
 
+# Disable AVR targets on macOS due to homebrew issue
+# https://github.com/osx-cross/homebrew-avr/issues/205
+-Darwin,teensy-2\.0:.*
+-Darwin,micropendous3:.*
+-Darwin,amber:.*
+-Darwin,arduino-mega2560:.*
+-Darwin,moteino-mega:.*
+
 /renesas/rx65n/rx65n-grrose
 /renesas/rx65n/rx65n-rsk2mb
 -Darwin,rx65n-grrose:.*

Reply via email to