Skip to content

Commit

Permalink
python 3.9 build: temporarily stop replacing openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 committed Nov 12, 2024
1 parent d5f3665 commit 7a2b73e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/build-binary-new/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ def build_python(source_input, stack)
end

# replace openssl if needed
major, minor, _ = source_input.version.split('.')
if stack == 'cflinuxfs3' && major == '3' && minor.to_i < 10
DependencyBuild.replace_openssl
end
# major, minor, _ = source_input.version.split('.')
# if stack == 'cflinuxfs3' && major == '3' && minor.to_i < 10
# DependencyBuild.replace_openssl
# end

Runner.run("make")
Runner.run("make install")
Expand Down

0 comments on commit 7a2b73e

Please sign in to comment.