Skip to content

Commit a6db55d

Browse files
Add: CiCd setup script (#1154)
Add a script to set up the environment for CI/CD that will set up the whole project. Add the following features to the build gh cation * Ecosystem builds all the supported MTL plugin apps * Build the GPU support library and mtl with GPU support * Build the hooks for Rust and Python * Build the tools in /tools directory * Build the dpdk automatically The purpose is to have an all-encompassing point for CICD that can check the whole project. Add a warning that the mediaSDK is unsupported. Improve the reliability of existing scripts by changing The paths. Delete unused variables from versions.env Move the common script to use versions.env The script is supposed to follow the "user" route, so we Use a few suboptimal solutions by design. Known Issues: * Using git as a code downloading / patching tool * Needing user input for the first Python installation in some cases
1 parent 6a04c3b commit a6db55d

File tree

14 files changed

+702
-67
lines changed

14 files changed

+702
-67
lines changed

.github/path_filters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ msys2_build: &msys2_build
7575

7676
afxdp_build: &afxdp_build
7777
- .github/workflows/afxdp_build.yml
78+
- script/build_ebpf_xdp.sh
7879
- *src
7980
- *build
8081

0 commit comments

Comments
 (0)