Skip to content

Commit 23cd913

Browse files
committed
ci: pull ultramarine container, use depthcharge-tools terra package
remove dnf5 callout use Fedora 44 instead, install terra actually use 44 missed a -y lets see if this works needs python3-importlib-metadata as well needs python3-packaging too try without? add back action uses use fedora:latest Signed-off-by: Owen-sz <owen@fyralabs.com>
1 parent 9914435 commit 23cd913

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
platform: ["x86_64", "arm64"]
1717
runs-on: ${{ matrix.platform == 'x86_64' && 'ubuntu-24.04' || 'ARM64' && 'ubuntu-24.04-arm' }}
1818
container:
19-
image: registry.fedoraproject.org/fedora-minimal:41
19+
image: registry.fedoraproject.org/fedora-minimal:latest
2020

2121
steps:
2222
- name: Install dependencies
2323
run: |
24-
dnf5 update -y
25-
dnf5 install -y git make gcc ccache awk patch flex bison elfutils-devel parted vboot-utils golang xz bc tar openssl-devel openssl-devel-engine python3-pip uboot-tools
26-
pip3 install depthcharge-tools
24+
dnf install -y --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release
25+
dnf update -y
26+
dnf install -y git make gcc ccache awk patch flex bison elfutils-devel parted vboot-utils golang xz bc tar openssl-devel openssl-devel-engine python3-pip uboot-tools depthcharge-tools
2727
- uses: actions/checkout@v4
2828
with:
2929
submodules: true

0 commit comments

Comments
 (0)