Commit 978908a1 authored by 徐豪's avatar 徐豪
Browse files

ignore add-license-file.patch

parent c766921a
......@@ -34,7 +34,7 @@ skip_transitive_dependency_licensing true
relative_path "config_guess-#{version.print}"
build do
patch source: 'add-license-file.patch'
# patch source: 'add-license-file.patch'
mkdir "#{install_dir}/embedded/lib/config_guess"
copy "#{project_dir}/config.guess", "#{install_dir}/embedded/lib/config_guess/config.guess"
......
......@@ -26,7 +26,7 @@ dependency 'rubygems'
dependency 'postgresql'
build do
patch source: 'add-license-file.patch'
# patch source: 'add-license-file.patch'
env = with_standard_compiler_flags(with_embedded_path)
gem "install gitlab-exporter --no-document --version #{version}", env: env
......
......@@ -29,7 +29,7 @@ dependency 'psycopg2'
build do
env = with_standard_compiler_flags(with_embedded_path)
patch source: "add-license-file.patch"
# patch source: "add-license-file.patch"
# Version 1.0 of PrettyTable does not work with Patroni 1.6.4
# https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5701
......
......@@ -25,7 +25,7 @@ skip_transitive_dependency_licensing true
dependency 'ruby'
build do
# patch source: "license/add-license-file.patch"
# patch source: "license/add-license-file.patchadd-license-file.patch"
env = with_standard_compiler_flags(with_embedded_path)
gem "update --no-document --system #{version}", env: env
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment