You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/07/19 19:55:26 UTC

[incubator-nuttx] branch master updated: Revert "REMOVE ME: Force build of AVR in test"

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1a90a93  Revert "REMOVE ME: Force build of AVR in test"
1a90a93 is described below

commit 1a90a933dfeb8239c4761025d48dd8abec00d4bf
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Sun Jul 19 12:08:28 2020 -0700

    Revert "REMOVE ME: Force build of AVR in test"
    
    This reverts commit f27fbe856df0b020185f3371de0cbfe3cf9c3a25.
---
 .github/workflows/build.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 773a9cf..a20e7db 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -181,7 +181,6 @@ jobs:
           run: |
             echo "::add-matcher::sources/nuttx/.github/gcc.json"
             cd sources/testing
-            echo -e "/avr\n-avr32dev1:nsh\n-avr32dev1:ostest" >> testlist/avr-mips-riscv-x86-xtensa.dat
             ./cibuild.sh -x testlist/${{matrix.boards}}.dat
 
   macOS:
@@ -234,5 +233,4 @@ jobs:
         run: |
           echo "::add-matcher::sources/nuttx/.github/gcc.json"
           cd sources/testing
-          echo -e "/avr\n-avr32dev1:nsh\n-avr32dev1:ostest" >> testlist/avr-mips-riscv-x86-xtensa.dat
           ./cibuild.sh -i -x testlist/${{matrix.boards}}.dat