Skip to content

Commit

Permalink
Debug rawhide build
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Aug 11, 2021
1 parent 38ef1fb commit 28a2053
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
fail-fast: false
matrix:
include:
- image: mingw-qt5
- image: mingw-gtk
- image: debian-testing
- image: ubuntu-cowbuilder
- image: ubuntu-impish
- image: ubuntu-hirsute
- image: ubuntu-groovy
- image: ubuntu-focal-plus
- image: ubuntu-focal
- image: ubuntu-bionic
# - image: mingw-qt5
# - image: mingw-gtk
# - image: debian-testing
# - image: ubuntu-cowbuilder
# - image: ubuntu-impish
# - image: ubuntu-hirsute
# - image: ubuntu-groovy
# - image: ubuntu-focal-plus
# - image: ubuntu-focal
# - image: ubuntu-bionic
- image: mingw-gtk-rawhide

steps:
Expand Down
20 changes: 11 additions & 9 deletions mingw-gtk-rawhide/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ ENV WORKRAVE_CONTAINER_COMMIT=${GIT_COMMIT_HASH}
RUN mkdir /workrave && \
echo ${GIT_COMMIT_HASH} > /workrave/container-commit

RUN echo "%_install_langs all" >/etc/rpm/macros.image-language-conf && \
dnf clean all && \
cat /etc/resolv.conf && \
dnf -y update && \
cat /etc/resolv.conf && \
dnf -y install \
RUN echo "%_install_langs all" >/etc/rpm/macros.image-language-conf
RUN dnf clean all
RUN cat /etc/resolv.conf
RUN dnf -y update
RUN dnf -y install wget
RUN wget "https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64"
RUN cat /etc/resolv.conf
RUN dnf -y install \
bzip2 \
clang \
cmake \
Expand All @@ -39,9 +41,9 @@ RUN echo "%_install_langs all" >/etc/rpm/macros.image-language-conf && \
tar \
which \
wine-core.i686 \
xz && \
cat /etc/resolv.conf && \
dnf -y clean all
xz
RUN cat /etc/resolv.conf
RUN dnf -y clean all

RUN mkdir -p /workspace

Expand Down

0 comments on commit 28a2053

Please sign in to comment.