From 409a4412409371db00af0a3fe987e517bfab3d19 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 11 Sep 2021 00:12:13 +0200 Subject: [PATCH] zuul: bump the rustls job to use v0.7.2 ... and add -lm when using a rust library. Closes #7701 --- zuul.d/jobs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 5d26c24b60..bb5e10774a 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -130,7 +130,8 @@ - libzstd-dev curl_env: T: debug-rustls - RUSTLS_VERSION: v0.7.1 + RUSTLS_VERSION: v0.7.2 + LIBS: -lm C: >- --with-rustls={{ ansible_user_dir }}/crust -- 2.47.3