[Mellanox] Adjust Makefile for SDK/python-sdk-api to support both python2 and python3#7848
Merged
liat-grozovik merged 2 commits intosonic-net:masterfrom Jun 15, 2021
Merged
Conversation
… python2 and python3 - SDK team won't migrate examples to python3 for now but the examples are widely used in SONiC. This means we can not phase out python2 until all the examples have been migrated to python3. - As a result, we need to compile SDK with both python2 and python3 support. Signed-off-by: Stephen Sun <[email protected]>
Signed-off-by: Stephen Sun <[email protected]>
4 tasks
Collaborator
Author
|
vs test failed due to the following error. |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
@prsunny can you please help with the vs tests stability? |
Contributor
passing in latest try |
jleveque
approved these changes
Jun 15, 2021
liat-grozovik
approved these changes
Jun 15, 2021
qiluo-msft
pushed a commit
that referenced
this pull request
Jun 16, 2021
…hon2 and python3 (#7848) - Why I did it Adjust the Makefile for SDK/python-SDK-API to support both python2 and python3 - How to verify it Build the image and check whether python2 and python3 are both supported by SDK API. Signed-off-by: Stephen Sun <[email protected]>
4 tasks
Junchao-Mellanox
pushed a commit
to Junchao-Mellanox/sonic-buildimage
that referenced
this pull request
Jun 24, 2021
…hon2 and python3 (sonic-net#7848) - Why I did it Adjust the Makefile for SDK/python-SDK-API to support both python2 and python3 - How to verify it Build the image and check whether python2 and python3 are both supported by SDK API. Signed-off-by: Stephen Sun <[email protected]>
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Jul 9, 2021
…hon2 and python3 (sonic-net#7848) - Why I did it Adjust the Makefile for SDK/python-SDK-API to support both python2 and python3 - How to verify it Build the image and check whether python2 and python3 are both supported by SDK API. Signed-off-by: Stephen Sun <[email protected]>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
…hon2 and python3 (sonic-net#7848) - Why I did it Adjust the Makefile for SDK/python-SDK-API to support both python2 and python3 - How to verify it Build the image and check whether python2 and python3 are both supported by SDK API. Signed-off-by: Stephen Sun <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why I did it
Adjust the Makefile for SDK/python-SDK-API to support both python2 and python3
Signed-off-by: Stephen Sun [email protected]
How I did it
How to verify it
Build the image and check whether python2 and python3 are both supported by SDK API.
Which release branch to backport (provide reason below if selected)
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)