File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 32
32
env = with_standard_compiler_flags ( with_embedded_path )
33
33
patch source : 'add-license-file.patch'
34
34
35
+ # TODO: rubocop-ast installs a later version of parser, which omits the AST::Processor
36
+ # mixin, causing breakage. This is a temporary workaround until a more permanent fix
37
+ # is in place: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7362
38
+ gem 'install parser' \
39
+ " --clear-sources" \
40
+ " -s https://packagecloud.io/cinc-project/stable" \
41
+ " -s https://rubygems.org" \
42
+ " --version '3.3.0.5'" \
43
+ " --bindir '#{ install_dir } /embedded/bin'" \
44
+ ' --no-document' , env : env
45
+
35
46
# Temporary workaround because upstream inspec-core does not list this as
36
47
# a requirement and it causes failures during gitlab-ctl reconfigure in
37
48
# the QA job pipelines
You can’t perform that action at this time.
0 commit comments