From 173bfbf7886608a4a7abbfac6a42ac4bf4a3432d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 20 Sep 2020 16:14:20 +0100 Subject: New upstream version 1.5.0 --- fuzz/Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'fuzz/Dockerfile') diff --git a/fuzz/Dockerfile b/fuzz/Dockerfile index 68afd99..f9152f8 100644 --- a/fuzz/Dockerfile +++ b/fuzz/Dockerfile @@ -2,9 +2,10 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM ubuntu:bionic +FROM ubuntu:focal +ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -RUN apt-get install -y clang-9 cmake git libssl-dev libudev-dev make pkg-config -RUN git clone --branch v0.5.0 https://github.com/PJK/libcbor +RUN apt-get install -y clang-10 cmake git libssl-dev libudev-dev make pkg-config +RUN git clone --branch v0.7.0 https://github.com/PJK/libcbor RUN git clone https://github.com/yubico/libfido2 -RUN CC=clang-9 /libfido2/fuzz/build-coverage /libcbor /libfido2 +RUN CC=clang-10 CXX=clang++-10 /libfido2/fuzz/build-coverage /libcbor /libfido2 -- cgit v1.2.3