diff mbox series

configs/freescale_p1025twr: needs host-openssl for the Linux kernel build

Message ID 20180324142602.10995-1-thomas.petazzoni@bootlin.com
State Accepted
Commit 3f3bb11f33de2d508900da6bffa99b50a5cf9de1
Headers show
Series configs/freescale_p1025twr: needs host-openssl for the Linux kernel build | expand

Commit Message

Thomas Petazzoni March 24, 2018, 2:26 p.m. UTC
Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/59015355

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 configs/freescale_p1025twr_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard March 24, 2018, 5:31 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > Fixes:
 >   https://gitlab.com/buildroot.org/buildroot/-/jobs/59015355

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed, thanks.
Matt Weber March 25, 2018, 1:15 a.m. UTC | #2
Thomas,

On Sat, Mar 24, 2018 at 9:26 AM, Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
> Fixes:
>
>   https://gitlab.com/buildroot.org/buildroot/-/jobs/59015355
>

Sorry, I didn't realize this failed.  Is there an automated email on
this sort of failure?

Matt
Thomas Petazzoni March 25, 2018, 7:20 p.m. UTC | #3
Hello,

On Sat, 24 Mar 2018 20:15:33 -0500, Matthew Weber wrote:

> > Fixes:
> >
> >   https://gitlab.com/buildroot.org/buildroot/-/jobs/59015355
> 
> Sorry, I didn't realize this failed.  Is there an automated email on
> this sort of failure?

No, there isn't. Unfortunately, the Gitlab CI infra is not very
reliable, and a number of failures are not related to real problems in
Buildroot, but to Gitlab CI infrastructure problems.

Best regards,

Thomas
Arnout Vandecappelle March 26, 2018, 11:55 a.m. UTC | #4
On 25-03-18 21:20, Thomas Petazzoni wrote:
> Hello,
> 
> On Sat, 24 Mar 2018 20:15:33 -0500, Matthew Weber wrote:
> 
>>> Fixes:
>>>
>>>   https://gitlab.com/buildroot.org/buildroot/-/jobs/59015355
>>
>> Sorry, I didn't realize this failed.  Is there an automated email on
>> this sort of failure?
> 
> No, there isn't. Unfortunately, the Gitlab CI infra is not very
> reliable, and a number of failures are not related to real problems in
> Buildroot, but to Gitlab CI infrastructure problems.

 Well, to be completely fair, it's not really the Gitlab CI infra which is
unreliable. Rather, it's the free runners that are unreliable. I expect that if
we would have a dedicated runner, we wouldn't see these problems. At least,
that's how it looks to me (I'm not really an expert though).

 Regards,
 Arnout
Matt Weber March 26, 2018, 12:46 p.m. UTC | #5
Arnout, Thomas,

On Mon, Mar 26, 2018 at 6:55 AM, Arnout Vandecappelle <arnout@mind.be> wrote:
>
>
> On 25-03-18 21:20, Thomas Petazzoni wrote:
>> Hello,
>>
>> On Sat, 24 Mar 2018 20:15:33 -0500, Matthew Weber wrote:
>>
>>>> Fixes:
>>>>
>>>>   https://gitlab.com/buildroot.org/buildroot/-/jobs/59015355
>>>
>>> Sorry, I didn't realize this failed.  Is there an automated email on
>>> this sort of failure?
>>
>> No, there isn't. Unfortunately, the Gitlab CI infra is not very
>> reliable, and a number of failures are not related to real problems in
>> Buildroot, but to Gitlab CI infrastructure problems.
>
>  Well, to be completely fair, it's not really the Gitlab CI infra which is
> unreliable. Rather, it's the free runners that are unreliable. I expect that if
> we would have a dedicated runner, we wouldn't see these problems. At least,
> that's how it looks to me (I'm not really an expert though).
>

Has anyone setup a Gitlab console/REST client?  We could build a
script on top of that which monitors the failed builds and does log
analysis (not sure what output our .gitlab-ci.yml is setup for
capturing).  Hopefully using that we could discard the bad jobs.  Then
we should be able to at least get the stage of failure from the API
too, which if each defconfig is a stage we could then map to
maintainer.  Similarly for the test cases....

If there isn't a console/REST client setup....
- Could we generate some test API keys for the Buildroot Gitlab instance?
- Do we have a spot we could run this script if someone was to develop it?


Matt
diff mbox series

Patch

diff --git a/configs/freescale_p1025twr_defconfig b/configs/freescale_p1025twr_defconfig
index f7cc50f093..13ec517fbd 100644
--- a/configs/freescale_p1025twr_defconfig
+++ b/configs/freescale_p1025twr_defconfig
@@ -12,6 +12,7 @@  BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.7"
 BR2_LINUX_KERNEL_DEFCONFIG="mpc85xx_smp"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="fsl/p1025twr"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # Filesystem
 BR2_TARGET_ROOTFS_CPIO=y