Skip to content

Commit

Permalink
Use latest pfff and remove deps to pfff in opam (semgrep#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryx authored Sep 14, 2020
1 parent abe8ed3 commit 08275db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
FROM ocaml/opam2:alpine@sha256:4c2ce9a181b4b12442a68fc221d0b753959ec80e24eae3bf788eeca4dcb9a293 as build-semgrep-core

USER root
RUN apk add --no-cache perl m4
RUN apk add --no-cache m4
USER opam

WORKDIR /home/opam/opam-repository
Expand Down
2 changes: 1 addition & 1 deletion semgrep-core/pfff
Submodule pfff updated from d1be53 to 2c7e2d
1 change: 0 additions & 1 deletion semgrep-core/semgrep.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ depends: [
"re"
"dune-glob"
"parmap"
"pfff"
]

build: [make]

0 comments on commit 08275db

Please sign in to comment.