Skip to content

Commit

Permalink
Increase OPAM timeout to decrease likelihood of intermittent docker b…
Browse files Browse the repository at this point in the history
…uild failure
  • Loading branch information
sflanker committed Sep 29, 2024
1 parent aa88821 commit b1282d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN git clone --recurse-submodules --branch ${SEMGREP_VERSION} --depth=1 --singl

WORKDIR /src/semgrep

ARG OPAMSOLVERTIMEOUT=600

# note that we do not run 'make install-deps-for-semgrep-core' here because it
# configures and builds ocaml-tree-sitter-core too; here we are
# just concerned about installing external packages to maximize docker caching.
Expand Down

0 comments on commit b1282d0

Please sign in to comment.