Pre-check flow

2020-08-10 Thread Ramya N
Hi,

1. In the NuttX Pre-check flow, docker image is built from "Pre-built 
Toolchain" of each architecture. If the pre-built toolchain is not available, 
can we build the toolchain from "Toolchain Source Code" in the Dockerfile of 
incubator-nuttx-testing repo?

2. The Pre-check build treats all warnings as error (Extra Flags: "-Werror"). 
Can we perform Pre-check build with warnings for a particular architecture in a 
new testlist? (Extra Flags: "-w")

Note: Fix for the warnings shall be done at the later stage, since the fix has 
to be checked for all the boards in the architecture.

Best Regards
Ramya N


Disclaimer: This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If you are not the intended recipient of this message , or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply email and then delete this message and any attachments. If you are not 
the intended recipient, you are hereby notified that any use, dissemination, 
copying, or storage of this message or its attachments is strictly prohibited. 
Email transmission cannot be guaranteed to be secure or error-free, as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender, therefore, does not accept 
liability for any errors, omissions or contaminations in the contents of this 
message which might have occurred as a result of email transmission. If 
verification is required, please request for a hard-copy version.



RE: Pre-check flow

2020-08-10 Thread Xiang Xiao



> -Original Message-
> From: Ramya N 
> Sent: Monday, August 10, 2020 10:42 PM
> To: dev@nuttx.apache.org
> Subject: Pre-check flow
> 
> Hi,
> 
> 1. In the NuttX Pre-check flow, docker image is built from "Pre-built 
> Toolchain" of each architecture. If the pre-built toolchain
is not
> available, can we build the toolchain from "Toolchain Source Code" in the 
> Dockerfile of incubator-nuttx-testing repo?
> 

I think so, but Brennan can give more input. 

> 2. The Pre-check build treats all warnings as error (Extra Flags: "-Werror"). 
> Can we perform Pre-check build with warnings for a
> particular architecture in a new testlist? (Extra Flags: "-w")
> 

Why we need relax the check? It took a long time to fix all warning before 
turning -Werror.

> Note: Fix for the warnings shall be done at the later stage, since the fix 
> has to be checked for all the boards in the
architecture.
> 
> Best Regards
> Ramya N
> 
> 
> Disclaimer: This email and any files transmitted with it are confidential and 
> intended solely for the use of the individual or
entity to
> whom they are addressed. If you are not the intended recipient of this 
> message , or if this message has been addressed to you in
> error, please immediately alert the sender by reply email and then delete 
> this message and any attachments. If you are not the
> intended recipient, you are hereby notified that any use, dissemination, 
> copying, or storage of this message or its attachments is
> strictly prohibited. Email transmission cannot be guaranteed to be secure or 
> error-free, as information could be intercepted,
> corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. 
> The sender, therefore, does not accept liability for
any errors,
> omissions or contaminations in the contents of this message which might have 
> occurred as a result of email transmission. If
verification
> is required, please request for a hard-copy version.
> 



Re: Pre-check flow

2020-08-10 Thread Brennan Ashton
On Mon, Aug 10, 2020, 9:42 PM Xiang Xiao  wrote:

>
>
> > -Original Message-
> > From: Ramya N 
> > Sent: Monday, August 10, 2020 10:42 PM
> > To: dev@nuttx.apache.org
> > Subject: Pre-check flow
> >
> > Hi,
> >
> > 1. In the NuttX Pre-check flow, docker image is built from "Pre-built
> Toolchain" of each architecture. If the pre-built toolchain
> is not
> > available, can we build the toolchain from "Toolchain Source Code" in
> the Dockerfile of incubator-nuttx-testing repo?
> >
>
> I think so, but Brennan can give more input.
>

We can although I would like more details on this. I don't want to give
people horrible build times for the container so it might make sense to
publish the intermediate container as well and use that when building.

Can you share what architecture and compiler you are wanting to add?

--Brennan

>