Re: [OE-core] [PATCH v3] curl : Add ptest

2022-07-05 Thread Alexandre Belloni via lists.openembedded.org
Hello Yogesh, This triggered a reproducible build failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1109/steps/12/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20220705-cgutlb5s/packages/diff-html/ On 05/07/2022 12:54:06+0800, Yogesh Tyagi wrote

[OE-core] [PATCH v3] curl : Add ptest

2022-07-04 Thread Yogesh Tyagi
- curl-ptest is taking around 200 seconds to execute so added curl-ptest to PTESTS_SLOW - This patch is rework on an existing patch provided by Maxin B. John (maxin.j...@intel.com) https://www.openembedded.org/pipermail/openembedded-core/2017-July/139176.html - Below

[OE-core] [PATCH v3] curl: add ptest

2017-07-06 Thread Maxin B. John
Add ptest support to curl Fixes [YOCTO #6707] Signed-off-by: Maxin B. John --- meta/recipes-support/curl/curl/run-ptest | 6 ++ meta/recipes-support/curl/curl_7.54.1.bb | 22 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-support/cu