Skip to content

Commit 08ec8a6

Browse files
balasankarcstanhu
andcommitted
Merge branch 'sh-fix-amazon-linux2023-typo-python3' into 'master'
Fix typo in Python 3 builds for Amazon Linux 2023 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7496 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Ryan Egesdahl <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Stan Hu <[email protected]>
2 parents 90aff3e + 3f63c96 commit 08ec8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/software/python3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
with_openssl = ''
6666
if (ohai['platform'] =~ /^amzn/ || ohai['platform'] =~ /^amazon/) && (ohai['platform_version'] == "2023")
6767
patch source: 'custom-openssl.patch'
68-
with_openssl = "--with-opensssl=/usr/local/openssl"
68+
with_openssl = "--with-openssl=/usr/local/openssl"
6969
end
7070

7171
command ['./configure',

0 commit comments

Comments
 (0)