File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1717 shell : bash
1818 run : |
1919 set -ux
20- sed -i 's/Components: main/Components: main contrib/' /etc/apt/sources.list.d/debian.sources
21- apt update
22- apt -y upgrade
23- apt -y full-upgrade
24- apt-get install --no-install-recommends -y \
25- build-essential chrpath cpio debianutils diffstat file gawk \
26- gcc git iputils-ping libacl1 locales python3 python3-git \
27- python3-jinja2 python3-pexpect python3-pip python3-subunit \
28- socat texinfo unzip wget xz-utils zstd repo ssh
20+ sudo sed -i 's/Components: main/Components: main contrib/' /etc/apt/sources.list.d/debian.sources
21+ sudo apt update
22+ sudo apt install repo
2923
3024 - name : Get manifest file
3125 shell : bash
Original file line number Diff line number Diff line change 2222 - custom
2323 - base
2424 container :
25- image : debian:trixie
25+ image : ghcr.io/siemens/kas/kas
2626 volumes :
2727 - /efs/qli/meta-qcom-3rdparty:/cache
2828 options : --privileged
You can’t perform that action at this time.
0 commit comments