-
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
Add possibility to install debug packages during build. #234
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
rules/config
Outdated
@@ -31,3 +31,6 @@ USERNAME = admin | |||
|
|||
# PASSWORD - password for installer build | |||
PASSWORD = YourPaSsWoRd | |||
|
|||
# SONIC_CONFIG_DEBUG - install debug packages | |||
SONIC_CONFIG_DEBUG = y |
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.
Can you please make it disabled by default?
Please change pull request name to something like: |
antonpatenko
changed the title
Enabled common debug packages installation.
Add possibility to install debug packages during build.
Feb 1, 2017
lguohan
approved these changes
Feb 4, 2017
stcheng
pushed a commit
to stcheng/sonic-buildimage
that referenced
this pull request
Sep 26, 2018
[schema]: Define STATE_VRF_TABLE_NAME (sonic-net#234) Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
lguohan
pushed a commit
that referenced
this pull request
Sep 27, 2018
[schema]: Define STATE_VRF_TABLE_NAME (#234) Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
[queuestat] add python CLI tool to show queue counters
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
…havior (sonic-net#234) - Add flexibility to set pop batch size for consumer table. This parameter affects the speed of consuming entries from the database. Use a larger number will force the consumer to pop out more entries from the database on one SPOP operation.
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
Keep port oids in COUNTERS_DB in serializable format This way client code can reuse sai_deserialize... api
lguohan
pushed a commit
that referenced
this pull request
Mar 25, 2021
Fix for vlan-id ACL filter introduced in SONiC 201911 #234 Signed-off-by: Roman Savchuk <romanx.savchuk@intel.com>
judyjoseph
added a commit
that referenced
this pull request
Nov 14, 2021
sonic-snmpagent 7e46eb1 [201911][RFC1213]: Initialize lag oid map in reinit_data (#234) aa98ded CPU Spike because of redundant and flooded keyspace notifis handled (#230) sonic-swss bc4e334 [Mux orch] Handle setting unknown mux state (#1984) bd3630b [tunnel decap] Change tunnel orch order (#1977) 87a673a Fix the option missing in kernel config issue (#1973) 57967a1 [orchagent] Fix group name of port-buffer-drop in flexcounterorch.cpp (#1967) sonic-utilities 181e8b0 Fix the option missing in kernel config issue (#1888) 21c0cc0 [watermarkstat] Fix for error in processing empty array from couters db (#1810) 7f15755 [chassis][supervisor][show][interfaces]show interfaces command warning on Supervisor card (#1771)
5 tasks
liat-grozovik
pushed a commit
that referenced
this pull request
Jan 19, 2022
c4127c2 [psud] Fix PSU log issue (#235) 07542cb [pmon][xcvrd]xcvrd process show backtrace on the internal port. (#233) 3e432e7 [Y-Cable] Increased unit test coverage of y_cable_helper.py (#229) 7c363f5 [ledd] prevent led crash on recirc port event (#232) e9ccd82 [sonic-platform-daemons] fix dependency issue on py2 wheels by correcting the path (#234) 2b0acfb [sfp-refactoring] xcvrd: add initial support for CMIS application initialization (#217)
6 tasks
lguohan
pushed a commit
that referenced
this pull request
Mar 8, 2022
sg893052
pushed a commit
to sg893052/sonic-buildimage
that referenced
this pull request
Apr 25, 2022
6 tasks
mihirpat1
pushed a commit
to mihirpat1/sonic-buildimage
that referenced
this pull request
Feb 21, 2023
…ting the path (sonic-net#234) Signed-off-by: vaibhav-dahiya vdahiya@microsoft.com Description During a recent cleanup of py2 wheels the path where dependent wheels are installed has changed. This PR corrects that issue and gathers the dependency wheels from right path. Motivation and Context To make sonic-platform-daemons build pass How Has This Been Tested? pipelines need to pass
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Apr 28, 2023
) Current m25p80 spi nor driver does not support ACPI table match. Configuration done through ACPI tables is not recognized by driver. Cisco 8000 platform cofigures NOR flash partition information through APCI table which is not recognized by m25p80. Added support in m25p80 to perform ACPI table match. Signed-off-by: Madhava Reddy Siddareddygari <msiddare@cisco.com>
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Mar 18, 2024
#### Why I did it For the DASH scenario, the APP_DB will be optimized by protobuf message for less memory consumption. #### How I did it Download the Debian package of protobuf 3.21.12 and create a corresponding rule for building it. Add a submodule of sonic-dash-api and generated its Debian package which includes C++ library and Python library #### How to verify it Check artifacts of Azp that the protobuf-related and dash-api deb packages should be generated.
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Mar 18, 2024
This reverts commit a6e680c.
mssonicbld
added a commit
that referenced
this pull request
May 13, 2024
…lly (#18899) #### Why I did it src/sonic-gnmi ``` * adece7c - (HEAD -> master, origin/master, origin/HEAD) Merge pull request #234 from saiarcot895/use-latest-swsscommon (3 days ago) [Saikrishna Arcot] |\ | failure_prs.log 82c57c7 - Merge branch 'master' into use-latest-swsscommon (4 days ago) [Saikrishna Arcot] | |\ | |/ |/| * | d442e7a - Fix memory leak in unit test (#235) (4 days ago) [Hua Liu] | failure_prs.log ec15a40 - Use the latest libswsscommon artifacts from the repo (4 days ago) [Saikrishna Arcot] |/ * d16d1ca - Fix mixed_db_client ZMQ memory leak. (#232) (6 days ago) [Hua Liu] * abe3ec0 - Merge pull request #227 from liuh-80/dev/liuh/fix_zmq_memory_leak (6 days ago) [Hua Liu] * 7949eff - Fix indent issue (6 days ago) [liuh-80] * 50c6c6d - Merge remote-tracking branch 'origin' into dev/liuh/fix_zmq_memory_leak (6 days ago) [liuh-80] * 43b6fe5 - Improve code (6 days ago) [liuh-80] * 709be76 - Fix ZMQ memory leak (7 days ago) [liuh-80] ``` #### How I did it #### How to verify it #### Description for the changelog
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
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.
Added SONIC_CONFIG_DEBUG - option in config script, that allows debug packages installation.
List of debug packages is in docker-base.mk.