You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/11/03 07:32:38 UTC

[incubator-nuttx-testing] branch master updated: CI: Add Linux headers to docker image

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

jerpelea 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 9cf3db3  CI: Add Linux headers to docker image
9cf3db3 is described below

commit 9cf3db3a0ea95c9b96784c1cfa6c10216694820f
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Mon Nov 2 22:13:05 2020 -0800

    CI: Add Linux headers to docker image
    
    Signed-off-by: Brennan Ashton <ba...@brennanashton.com>
---
 docker/linux/Dockerfile | 1 +
 testlist/sim.dat        | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/docker/linux/Dockerfile b/docker/linux/Dockerfile
index d0f9efe..9265611 100644
--- a/docker/linux/Dockerfile
+++ b/docker/linux/Dockerfile
@@ -230,6 +230,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
   libx11-dev libx11-dev:i386 \
   libxext-dev libxext-dev:i386 \
   linux-libc-dev:i386 \
+  linux-headers-generic \
   python3 \
   python3-pip \
   python-is-python3 \
diff --git a/testlist/sim.dat b/testlist/sim.dat
index f4740da..44bdd19 100644
--- a/testlist/sim.dat
+++ b/testlist/sim.dat
@@ -20,3 +20,7 @@
 
 # macOS doesn't have ALSA
 -Darwin,sim:alsa
+
+# Do not build Linux configs
+-Darwin,sim:linux.*
+