Skip to content

Commit

Permalink
update cirrus-ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
trapexit committed Dec 18, 2020
1 parent 411ee36 commit 5e08357
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@ linux_task:
- make STATIC=1 LTO=1

linux_task:
name: "centos:6"
name: "alpine:3.12"
container:
image: centos:6
image: alpine:3.12
cpu: 4
memory: 2G
timeout_in: 10m
script:
- tools/install-build-pkgs
- make
- make rpm
- make STATIC=1 LTO=1

linux_task:
name: "centos:7"
Expand Down Expand Up @@ -99,24 +98,21 @@ linux_task:
- make rpm

linux_task:
name: "ubuntu:14.04"
name: "fedora:33"
container:
image: ubuntu:14.04
image: fedora:33
cpu: 4
memory: 2G
timeout_in: 10m
script:
- tools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
- make
- make rpm

linux_task:
name: "ubuntu:16.04"
name: "ubuntu:14.04"
container:
image: ubuntu:16.04
image: ubuntu:14.04
cpu: 4
memory: 2G
timeout_in: 10m
Expand All @@ -129,9 +125,9 @@ linux_task:
- mergerfs -v || true

linux_task:
name: "ubuntu:18.04"
name: "ubuntu:16.04"
container:
image: ubuntu:18.04
image: ubuntu:16.04
cpu: 4
memory: 2G
timeout_in: 10m
Expand All @@ -144,9 +140,9 @@ linux_task:
- mergerfs -v || true

linux_task:
name: "ubuntu:19.10"
name: "ubuntu:18.04"
container:
image: ubuntu:19.10
image: ubuntu:18.04
cpu: 4
memory: 2G
timeout_in: 10m
Expand Down

0 comments on commit 5e08357

Please sign in to comment.