Skip to content

Commit e240d4d

Browse files
committed
try kas container again
Signed-off-by: Nicolas Dechesne <[email protected]>
1 parent 8cf15c6 commit e240d4d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,17 @@ jobs:
3131
bsp: base
3232
runs-on: [self-hosted, qcom-u2404, amd64-ssd]
3333
container:
34-
image: debian:trixie
34+
image: ghcr.io/siemens/kas/kas
3535
volumes:
3636
- /efs/qli/meta-qcom-3rdparty:/cache
37-
options: --privileged
3837
steps:
3938
- name: Update OS packages
4039
run: |
4140
set -ux
42-
sed -i 's/Components: main/Components: main contrib/' /etc/apt/sources.list.d/debian.sources
4341
apt update
4442
apt -y upgrade
4543
apt -y full-upgrade
46-
apt-get install --no-install-recommends -y \
47-
build-essential chrpath cpio debianutils diffstat file gawk \
48-
gcc git iputils-ping libacl1 locales python3 python3-git \
49-
python3-jinja2 python3-pexpect python3-pip python3-subunit \
50-
socat texinfo unzip wget xz-utils zstd repo ssh
44+
apt-get install --no-install-recommends -y repo
5145
5246
- uses: actions/checkout@v4
5347
with:

0 commit comments

Comments
 (0)