-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[submodule] Update submodule sonic-sairedis to the latest HEAD automa…
…tically
- Loading branch information
1 parent
9129a7b
commit 14ec491
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
18 files
+2 −2 | .azure-pipelines/build-template.yml | |
+1 −1 | .azure-pipelines/docker-sonic-vs/Dockerfile | |
+5 −3 | .azure-pipelines/test-docker-sonic-vs-template.yml | |
+14 −8 | .github/workflows/codeql-analysis.yml | |
+27 −1 | configure.ac | |
+1 −1 | debian/compat | |
+12 −58 | debian/control | |
+2 −0 | debian/libsaimetadata-dev.install | |
+1 −0 | debian/libsairedis-dev.install | |
+24 −57 | debian/rules | |
+327 −0 | m4/ax_python3_devel.m4 | |
+2 −2 | meta/Makefile.am | |
+4 −1 | pyext/Makefile.am | |
+2 −2 | pyext/py2/Makefile.am | |
+1 −1 | pyext/py3/Makefile.am | |
+1 −0 | tests/aspell.en.pws | |
+20 −3 | vslib/SwitchConfig.cpp | |
+1 −0 | vslib/saivs.h |