infer icon indicating copy to clipboard operation
infer copied to clipboard

Docker image: facebook-clang-plugins/clang/src/download/llvm missing please run `src/prepare_clang_src.sh`

Open XVilka opened this issue 4 years ago • 3 comments

Seems some recent Clang plugins changes broke the build of the Docker image:

Please include the following information:

  • [x] The version of infer https://github.com/facebook/infer/commit/506907568b93ae29c3ff74bcdfcdb09903dbe2db
  • [x] Debian Docker
  • [x] facebook-clang-plugins/clang/setup.sh in Docker
  • [ ] The full output in a paste, for instance a gist.
  • [ ] If possible, a minimal example to reproduce your problem (for instance, some code where infer reports incorrectly, together with the way you run infer to reproduce the incorrect report).

Notable, the src/prepare_clang_src.sh is not in the tree...

image

XVilka avatar Sep 30 '20 06:09 XVilka

anyone know a workaround for this?

chriswininger avatar Aug 26 '22 17:08 chriswininger

I think I found something. It seems like the file that it wants you to run lives in ./facebook-clang-plugins/clan/src/prepare_clang_src.sh.

Likely the docker-image needs to be updated to run that before running ./facebook-clang-plugins/clang/setup.sh

chriswininger avatar Aug 29 '22 17:08 chriswininger

I think so too!

MarsMan13 avatar Oct 02 '23 06:10 MarsMan13