-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix saithrift build issue for Bookworm SONiC #1974
Fix saithrift build issue for Bookworm SONiC #1974
Conversation
This change fixes issue #1973 |
@saiarcot895 @vivekrnv please review |
2312f1d
to
7aecbf2
Compare
@@ -0,0 +1,2 @@ | |||
#compatiable with bookworm python 3.11 environment and saithriftv2 build with python3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the comment to remove saithriftv2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I will remove this.
debian/copy_installer.sh
Outdated
else | ||
if [ $(lsb_release -sr) -ge 11 ] | ||
if [ $(lsb_release -sr) -eq 12 ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can make python3-saithrift-bookworm.install default for all the version >= 12. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I will make python3-saithrift-bookworm.install default for version >= 12
saithrift package is getting installed at different location for bookworm. Taking care it using copy_installer.sh script. This change fixes build issue for both saithriftv1 and saithriftv2 Signed-off-by: Keshav Gupta <[email protected]>
7aecbf2
to
8fe2d56
Compare
saithrift package is getting installed at different location for bookworm. Taking care it using copy_installer.sh script. This change fixes build issue for both saithriftv1 and saithriftv2 Signed-off-by: Keshav Gupta <[email protected]>
saithrift package is getting installed at different location for bookworm. Taking care it using copy_installer.sh script.
This change fixes build issue for both saithriftv1 and saithriftv2.