Commit 03088ec4 authored by Vaibhav Gupta's avatar Vaibhav Gupta

CI/CD: Use /opt to download and build dependencies

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 516d61a5
......@@ -21,8 +21,8 @@ documentation:
- $EDL_CI_EOS_OUTPUT_DIR
.script_build_kernel_dep: &script_build_kernel_dep
- git clone --depth 1 https://gitlab.cern.ch/fvaga/fpga-manager.git ~/git/fpga-mgr
- export FPGA_MGR=~/git/fpga-mgr
- export FPGA_MGR=/opt/fpga-mgr
- git clone --depth 1 https://gitlab.cern.ch/fvaga/fpga-manager.git $FPGA_MGR
- make -C $FPGA_MGR all
kernel_build_cc7:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment