Skip to content
Snippets Groups Projects
Commit aa1461b7 authored by Misty De Meo's avatar Misty De Meo
Browse files

LanguageModuleRequirement: remove ocaml support

parent 36cef3c9
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ require "set"
class DependencyCollector
# Define the languages that we can handle as external dependencies.
LANGUAGE_MODULES = Set[
:jruby, :lua, :ocaml, :perl, :python, :python3, :ruby
:jruby, :lua, :perl, :python, :python3, :ruby
].freeze
CACHE = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment