You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contains the build framework, description files, dependency list, and workflow description for building the compilation environment for the dataplane. The resulting compile-env image is pulled from the dataplane repository.
Notes
Public repository
Motivation: These are all linked to the dataplane repository and, technically, could be in the same repository. However, rebuilding the compilation environment is seldom necessary, and takes time, so it is move efficient to have it as a separate repository.
CI
build.yml:
Generate matrix from builds.yml (updated with bump.sh)
"just [...] push"
Builds sysroot
Builds frr, compile-env, doc-env containers
pushes:
dpdk-sys/compile-env -> compilation environment for dataplane
dpdk-sys/doc-env -> docs
dpdk-sys/frr -> ? (seems unused at the moment)
Generate SBOM
(For PRs: print summary of outdated/vulnerable packages)
What repo, what piece of code does what, and so on. Would be helpful to dive in the code base, or just keep track of the code and resources we have.
The text was updated successfully, but these errors were encountered: