[all-commits] [llvm/llvm-project] e15fef: [analyzer] SATest: Ensure Docker image can be built

Marco Antognini via All-commits all-commits at lists.llvm.org
Mon Jun 20 00:43:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e15fef41709a226a45d321ebb9cd58260cb97b02
      https://github.com/llvm/llvm-project/commit/e15fef41709a226a45d321ebb9cd58260cb97b02
  Author: Marco Antognini <marco.antognini at sonarsource.com>
  Date:   2022-06-20 (Mon, 20 Jun 2022)

  Changed paths:
    M clang/utils/analyzer/Dockerfile

  Log Message:
  -----------
  [analyzer] SATest: Ensure Docker image can be built

Solve build issues occurring when running `docker build`.

Fix the version of cmake-data to solve the following issue:

  The following packages have unmet dependencies:
   cmake : Depends: cmake-data (= 3.20.5-0kitware1) but 3.23.1-0kitware1ubuntu18.04.1 is to be installed

Install libjpeg to solve this issue when installing Python
requirements:

  The headers or library files could not be found for jpeg,
  a required dependency when compiling Pillow from source.

Reviewed By: steakhal

Differential Revision: https://reviews.llvm.org/D126196




More information about the All-commits mailing list