ACK: [ACT][PATCH] ubuntu_futex: force upgrade ca-certificates
Colin Ian King
colin.king at canonical.com
Thu Oct 7 11:53:23 UTC 2021
On 07/10/2021 12:43, Dimitri John Ledkov wrote:
> At the moment ESM is not enabled and ESM upgrades are not
> installed. New ca-certificates are required to access https git
> repositories as used by ubuntu_futex. Add ca-certificates to
> dependencies, such that ca-certificates is upgraded before running
> this test case.
>
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
> ---
> ubuntu_futex/ubuntu_futex.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ubuntu_futex/ubuntu_futex.py b/ubuntu_futex/ubuntu_futex.py
> index 00474c6c4e..dd2e6a0208 100644
> --- a/ubuntu_futex/ubuntu_futex.py
> +++ b/ubuntu_futex/ubuntu_futex.py
> @@ -18,7 +18,7 @@ class ubuntu_futex(test.test):
> series = distro.codename()
>
> pkgs = [
> - 'build-essential', 'git',
> + 'build-essential', 'git', 'ca-certificates'
> ]
> gcc = 'gcc' if arch in ['ppc64le', 'aarch64', 's390x', 'riscv64'] else 'gcc-multilib'
> pkgs.append(gcc)
>
Yup, makes sense. Thanks Dimitri
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the kernel-team
mailing list