File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build Test with SDK
3
3
on : [push, pull_request]
4
4
5
5
env :
6
- PERSIST_DIR : /srv/gh-runners/quic-qrb-ros
6
+ PERSIST_DIR : /srv/gh-runners/quic-qrb-rosx
7
7
DL_DIR : /srv/gh-runners/quic-qrb-ros/downloads
8
8
WORKSPACE : ${{ github.workspace }}/ros_ws
9
9
SDK_DIR : ${{ github.workspace }}/sdk
24
24
Y
25
25
EOF
26
26
else
27
- echo "SDK is not available!!! Exit."
28
- exit 1
27
+ echo "Downloading SDK from CLO..."
28
+ wget https://artifacts.codelinaro.org/artifactory/qli-ci/flashable-binaries/qirpsdk/qcs6490-rb3gen2-vision-kit/x86/qcom-6.6.38-QLI.1.2-Ver.1.1_robotics-product-sdk-1.1.zip
29
+ if [ $? != 0 ];then
30
+ Download SDK failed!!!. Exit!.
31
+ exit 2
32
+ fi
33
+ unzip qcom-6.6.38-QLI.1.2-Ver.1.1_robotics-product-sdk-1.1.zip
34
+ echo "Setting up SDK..."
35
+
36
+ umask 022
37
+ ./target/qcs6490-rb3gen2-vision-kit/sdk/qcom-robotics-ros2-humble-x86_64-qcom-robotics-full-image-armv8-2a-qcs6490-rb3gen2-vision-kit-toolchain-1.0.sh <<EOF
38
+ ${SDK_DIR}
39
+ Y
40
+ EOF
29
41
fi
30
42
31
43
- name : Checkout repo
You can’t perform that action at this time.
0 commit comments