Commit 3c7a7a0e authored by 徐豪's avatar 徐豪
Browse files

忽略license

parent 6611c09e
...@@ -35,7 +35,7 @@ end ...@@ -35,7 +35,7 @@ end
source url: "https://curl.haxx.se/ca/cacert-#{version.tr('.', '-')}.pem" source url: "https://curl.haxx.se/ca/cacert-#{version.tr('.', '-')}.pem"
build do build do
patch source: "license/#{version}/add-license-file.patch" # patch source: "license/#{version}/add-license-file.patch"
mkdir "#{install_dir}/embedded/ssl/certs" mkdir "#{install_dir}/embedded/ssl/certs"
# Append the 1024bit Verisign certs so that S3 continues to work # Append the 1024bit Verisign certs so that S3 continues to work
......
...@@ -28,7 +28,7 @@ skip_transitive_dependency_licensing true ...@@ -28,7 +28,7 @@ skip_transitive_dependency_licensing true
dependency 'python3' dependency 'python3'
build do build do
patch source: "license/#{version}/add-license-file.patch" # patch source: "license/#{version}/add-license-file.patch"
env = with_standard_compiler_flags(with_embedded_path) env = with_standard_compiler_flags(with_embedded_path)
command "#{install_dir}/embedded/bin/pip3 install --compile docutils==#{version}", env: env command "#{install_dir}/embedded/bin/pip3 install --compile docutils==#{version}", env: env
end end
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