Skip to content

Commit d3c6dff

Browse files
Robert Marshallbalasankarc
andcommitted
Merge branch 'fix-git-building' into 'master'
Require necessary libraries in Git software definition See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7127 Merged-by: Robert Marshall <[email protected]> Approved-by: Robert Marshall <[email protected]> Co-authored-by: Balasankar "Balu" C <[email protected]>
2 parents 6f3d4a4 + 0ab41ac commit d3c6dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/software/git.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
require "#{Omnibus::Config.project_root}/lib/gitlab/version"
2020
require "#{Omnibus::Config.project_root}/lib/gitlab/ohai_helper.rb"
21+
require "#{Omnibus::Config.project_root}/lib/gitlab/build/info/components"
2122
version = Gitlab::Version.new('gitaly')
2223

2324
name 'git'

0 commit comments

Comments
 (0)