Skip to content

Commit

Permalink
[mgmt-framework]: Update submodule to take build break fix. (sonic-ne…
Browse files Browse the repository at this point in the history
…t#4302)

Brief:
The community code for has been updated, which mismatched with the existing sonic-mgmt-framework. Hence it broke the build.

Submodule-PR: #43

Details:
The SONiC mgmt Framework, pulls down the community modules in two steps.

Pull the existing; This does a transparent compile too.
Then checkout the specific commit-id for each and do the final compile.
The community code change broke in the compilation phase of step-1.
Fix: For the two affected modules, do download only.

Proper fix:
As part of the next phase of changes, the mgmt-framework is moving go-submodule mode, which will ensure the download happens for the assigned commit-ids only.
e.g. Refer go.mod in sonic-telemetry
  • Loading branch information
renukamanavalan authored and tiantianlv committed Apr 24, 2020
1 parent 88733f9 commit 907c2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-mgmt-framework

0 comments on commit 907c2fa

Please sign in to comment.