mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	provision: add dependency for building pgroonga from source.
clang-9 and llvm-9-dev are added for building pgroonga from source.
This commit is contained in:
		@@ -170,6 +170,8 @@ if vendor == 'debian' and os_version in [] or vendor == 'ubuntu' and os_version
 | 
			
		||||
            "postgresql-server-dev-{0}",
 | 
			
		||||
            "libgroonga-dev",
 | 
			
		||||
            "libmsgpack-dev",
 | 
			
		||||
            "clang-9",
 | 
			
		||||
            "llvm-9-dev"
 | 
			
		||||
        ]
 | 
			
		||||
    ] + VENV_DEPENDENCIES
 | 
			
		||||
elif "debian" in os_families():
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user