Skip to content
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 the build. Updated version of ctypesgen.py has a different name #3434

Merged
merged 17 commits into from
Sep 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
ee4613c
Update sonic-quagga submodule
pavel-shirshov Jun 8, 2019
b12e064
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Jun 10, 2019
b562508
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Jun 14, 2019
11c2f0c
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Jun 15, 2019
5995a0d
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Jun 26, 2019
2357684
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Jul 11, 2019
ece7357
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Jul 17, 2019
771a990
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Jul 18, 2019
ab8698c
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Jul 22, 2019
082c6ce
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Aug 8, 2019
a393817
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Aug 16, 2019
1b36f6e
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Aug 26, 2019
bc41589
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Aug 28, 2019
09b7ba7
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Sep 5, 2019
75eb558
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Sep 10, 2019
3324a6d
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
pavel-shirshov Sep 10, 2019
74efeee
Fix the build. Updated version of ctypesgen.py has a different name
pavel-shirshov Sep 10, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ RUN export VERSION=1.11.5 \

# For p4 build
RUN pip install \
ctypesgen \
ctypesgen==0.r125 \
crc16

# For sonic config engine testing
Expand Down
2 changes: 1 addition & 1 deletion sonic-slave/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ RUN python2 -m pip install -U pip==9.0.3

# For p4 build
RUN pip install \
ctypesgen \
ctypesgen==0.r125 \
crc16

# For sonic config engine testing
Expand Down