Skip to content

Commit

Permalink
Remove docker image openocd-build-rpm-prerequisites, use fedora:37 in…
Browse files Browse the repository at this point in the history
…stead and install dependencies locally
  • Loading branch information
rleh committed Mar 20, 2023
1 parent 40c810b commit 5d5ddc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@ jobs:
needs: init
runs-on: ubuntu-22.04
container:
# To update: (cd docker-openocd-build-rpm-prerequisites/ && \
# docker build -t ghcr.io/rleh/openocd-build-rpm-prerequisites:fedora37_2022-03-07 && \
# docker push ghcr.io/rleh/openocd-build-rpm-prerequisites:fedora37_2022-03-07)
image: ghcr.io/rleh/openocd-build-rpm-prerequisites:fedora37_2022-03-07
image: fedora:37
steps:
- name: Update Fedora and install dependencies
run: |
dnf update -y
dnf install -y make libtool pkg-config autoconf automake texinfo tree libusbx-devel hidapi-devel libftdi-devel rpm git which zip rpm-build capstone-devel chrpath jimtcl-devel libjaylink-devel libgpiod-devel sdcc
- name: Build Version
run: |
echo "BUILD_VERSION=${{ needs.init.outputs.build_version }}" >> $GITHUB_ENV
Expand Down
9 changes: 0 additions & 9 deletions docker-openocd-build-rpm-prerequisites/Dockerfile

This file was deleted.

0 comments on commit 5d5ddc0

Please sign in to comment.