Skip to content

Commit 9ee891c

Browse files
committed
ci: switch to KAS container
Signed-off-by: Nicolas Dechesne <[email protected]>
1 parent 31f8874 commit 9ee891c

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/actions/compile/action.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,9 @@ runs:
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

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

0 commit comments

Comments
 (0)