Skip to content

Commit

Permalink
drone: switch arm dockers from ubuntu to fedora
Browse files Browse the repository at this point in the history
ubuntu might be too broken, and I cannot debug it.
it works on debian, fedora, centos and rhel.
  • Loading branch information
rurban committed Aug 31, 2020
1 parent 7329957 commit 340f360
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ platform:
os: linux
arch: arm64
steps:
- name: ubuntu-bionic
image: ubuntu:bionic
- name: arm64v8-fedora
image: arm64v8/fedora
commands:
- uname -m
- apt-get -yq update
- apt-get -yq install gcc make file git autotools-dev automake autoconf
libtool libtext-diff-perl pkg-config
- uname -a
- dnf install -y --repo fedora gcc make file git automake autoconf which
libtool perl-Text-Diff pkgconf-pkg-config
- build-aux/autogen.sh
- build-aux/conf-make-check.sh
# https://docker-runner.docs.drone.io/configuration/trigger/
Expand All @@ -29,13 +28,12 @@ platform:
os: linux
arch: arm
steps:
- name: ubuntu-bionic
image: ubuntu:bionic
- name: arm32v7-fedora
image: arm32v7/fedora
commands:
- uname -m
- apt-get -yq update
- apt-get -yq install gcc make file git autotools-dev automake autoconf
libtool libtext-diff-perl pkg-config
- uname -a
- dnf install -y gcc make file git automake autoconf which
libtool perl-Text-Diff pkgconf-pkg-config
- build-aux/autogen.sh
- build-aux/conf-make-check.sh
trigger:
Expand Down

0 comments on commit 340f360

Please sign in to comment.