Re: [PATCH 2/3] automation: Change build script to use arch defconfig

2023-09-26 Thread Jan Beulich
On 26.09.2023 20:35, Shawn Anastasio wrote: > On 9/26/23 12:43 PM, Shawn Anastasio wrote: >> On 9/26/23 2:19 AM, Jan Beulich wrote: >>> On 26.09.2023 01:12, Stefano Stabellini wrote: On Mon, 25 Sep 2023, Shawn Anastasio wrote: > Change automation build script to call the make defconfig tar

Re: [PATCH 2/3] automation: Change build script to use arch defconfig

2023-09-26 Thread Shawn Anastasio
On 9/26/23 12:43 PM, Shawn Anastasio wrote: > On 9/26/23 2:19 AM, Jan Beulich wrote: >> On 26.09.2023 01:12, Stefano Stabellini wrote: >>> On Mon, 25 Sep 2023, Shawn Anastasio wrote: Change automation build script to call the make defconfig target before setting CONFIG_DEBUG and extra opt

Re: [PATCH 2/3] automation: Change build script to use arch defconfig

2023-09-26 Thread Shawn Anastasio
On 9/26/23 2:19 AM, Jan Beulich wrote: > On 26.09.2023 01:12, Stefano Stabellini wrote: >> On Mon, 25 Sep 2023, Shawn Anastasio wrote: >>> Change automation build script to call the make defconfig target before >>> setting CONFIG_DEBUG and extra options. This fixes issues on Power where >>> the bui

Re: [PATCH 2/3] automation: Change build script to use arch defconfig

2023-09-26 Thread Jan Beulich
On 26.09.2023 01:12, Stefano Stabellini wrote: > On Mon, 25 Sep 2023, Shawn Anastasio wrote: >> Change automation build script to call the make defconfig target before >> setting CONFIG_DEBUG and extra options. This fixes issues on Power where >> the build fails without using the ppc64_defconfig. >

Re: [PATCH 2/3] automation: Change build script to use arch defconfig

2023-09-25 Thread Stefano Stabellini
On Mon, 25 Sep 2023, Shawn Anastasio wrote: > Change automation build script to call the make defconfig target before > setting CONFIG_DEBUG and extra options. This fixes issues on Power where > the build fails without using the ppc64_defconfig. > > Signed-off-by: Shawn Anastasio > Reported-by: J

[PATCH 2/3] automation: Change build script to use arch defconfig

2023-09-25 Thread Shawn Anastasio
Change automation build script to call the make defconfig target before setting CONFIG_DEBUG and extra options. This fixes issues on Power where the build fails without using the ppc64_defconfig. Signed-off-by: Shawn Anastasio Reported-by: Jan Beulich --- automation/scripts/build | 7 ++- 1