-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[201811][sonic-slave] Update linux-compiler-gcc package version to fix build #3515
Merged
Conversation
This file contains 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
jleveque
changed the title
[sonic-slave] Update linux-compiler-gcc package version to fix build
[201811][sonic-slave] Update linux-compiler-gcc package version to fix build
Sep 25, 2019
yxieca
approved these changes
Sep 25, 2019
nikos-github
approved these changes
Sep 26, 2019
Retest vsimage please |
yxieca
pushed a commit
that referenced
this pull request
Sep 30, 2019
mssonicbld
added a commit
that referenced
this pull request
Sep 4, 2024
…atically (#20122) #### Why I did it src/sonic-utilities ``` * d29b8241 - (HEAD -> master, origin/master, origin/HEAD) Revert "[wol] Implement wol command line utility" (#3515) (3 hours ago) [Wenda Chu] * 9357c45f - [chassis][cli] Fix config chassis module startup/shutdown command for fabric module (#3483) (9 hours ago) [Marty Y. Lok] * 4c7e54a9 - [qos reload] Fix "config qos reload" overriding entire CONFIG_DB (#3479) (18 hours ago) [Stepan Blyshchak] * 544584ea - Add back the option f to the reboot script (#3492) (18 hours ago) [DavidZagury] * dc955e80 - [Mellanox] Add CMIS Host Management Files to 'show techsupport' Dumps (#3501) (18 hours ago) [Tomer Shalvi] ``` #### How I did it #### How to verify it #### Description for the changelog
vvolam
pushed a commit
to vvolam/sonic-buildimage
that referenced
this pull request
Sep 12, 2024
…atically (sonic-net#20122) #### Why I did it src/sonic-utilities ``` * d29b8241 - (HEAD -> master, origin/master, origin/HEAD) Revert "[wol] Implement wol command line utility" (sonic-net#3515) (3 hours ago) [Wenda Chu] * 9357c45f - [chassis][cli] Fix config chassis module startup/shutdown command for fabric module (sonic-net#3483) (9 hours ago) [Marty Y. Lok] * 4c7e54a9 - [qos reload] Fix "config qos reload" overriding entire CONFIG_DB (sonic-net#3479) (18 hours ago) [Stepan Blyshchak] * 544584ea - Add back the option f to the reboot script (sonic-net#3492) (18 hours ago) [DavidZagury] * dc955e80 - [Mellanox] Add CMIS Host Management Files to 'show techsupport' Dumps (sonic-net#3501) (18 hours ago) [Tomer Shalvi] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Dec 18, 2024
…atically (#21143) #### Why I did it src/sonic-utilities ``` * f3e75c00 - (HEAD -> 202405, origin/202405) Disable routeCheck monit as part of config reload/minigraph stop service and enable it back as part of service start. (#3682) (4 minutes ago) [abdosi] * 35619962 - speed up route check 202405 v2 (#3665) (3 days ago) [Deepak Singhal] * e39964da - Revert "[wol] Implement wol command line utility" (#3515) (6 days ago) [Wenda Chu] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
- What I did
[Port of #3514 to the 201811 branch]
Fix sonic-slave container build. Debian package maintainers have updated the version of the x86 linux-compiler-gcc package available for Jessie from linux-compiler-gcc-4.8-x86 to linux-compiler-gcc-4.9-x86. linux-compiler-gcc-4.8-x86 is no longer available, so it caused the build to fail.
Reference: https://packages.debian.org/search?suite=jessie&searchon=names&keywords=linux-compiler-gcc
- How to verify it
make sonic-slave-build