You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/03/27 19:09:29 UTC

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #611: Run CI using image built in incubator-nuttx-testing and enable esp32 build

btashton commented on a change in pull request #611: Run CI using image built in incubator-nuttx-testing and enable esp32 build
URL: https://github.com/apache/incubator-nuttx/pull/611#discussion_r399483624
 
 

 ##########
 File path: .github/workflows/main.yml
 ##########
 @@ -60,12 +59,12 @@ jobs:
 
   build:
     runs-on: ubuntu-18.04
-    container: liuguo09/ubuntu-nuttx:18.04
+    env:
+      DOCKER_BUILDKIT: 1
 
     strategy:
       matrix:
-        boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, arm-14, arm-15, mips-riscv-x86, sim]
-
+        boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, arm-14, arm-15, mips-riscv-x86, sim, xtensa]
 
 Review comment:
   Updated to use this instead.  Not the CI on this will fail until the PR in testing is merged.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services