Skip to content

Commit e9a59e1

Browse files
committed
Remove unneeded builds
1 parent 1cc1f60 commit e9a59e1

8 files changed

+3
-58
lines changed

.travis.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,7 @@ matrix:
1212
- os: linux
1313
dist: trusty
1414
sudo: required
15-
env: RID=ubuntu.18.04-x64
16-
- os: linux
17-
dist: trusty
18-
sudo: required
19-
env: RID=rhel-x64
20-
- os: linux
21-
dist: trusty
22-
sudo: required
23-
env: RID=fedora-x64
24-
- os: linux
25-
dist: trusty
26-
sudo: required
27-
env: RID=debian.9-x64
28-
- os: linux
29-
dist: trusty
30-
sudo: required
31-
env: RID=alpine-x64
32-
- os: linux
33-
dist: trusty
34-
sudo: required
35-
env: RID=alpine.3.9-x64
15+
env: RID=linux-musl-x64
3616
- os: osx
3717
env: RID=osx
3818

Dockerfile.alpine.3.9-x64

Lines changed: 0 additions & 7 deletions
This file was deleted.

Dockerfile.debian.9-x64

Lines changed: 0 additions & 7 deletions
This file was deleted.

Dockerfile.fedora-x64

Lines changed: 0 additions & 7 deletions
This file was deleted.

Dockerfile.alpine-x64 renamed to Dockerfile.linux-musl-x64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM alpine:3.7
22
WORKDIR /nativebinaries
33
COPY . /nativebinaries/
44

5-
RUN apk add --no-cache bash build-base cmake openssl-dev
5+
RUN apk add --no-cache bash build-base cmake
66

77
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]

Dockerfile.linux-x64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM ubuntu:14.04
22
WORKDIR /nativebinaries
33
COPY . /nativebinaries/
44

5-
RUN apt update && apt -y install cmake libssl-dev pkg-config
5+
RUN apt update && apt -y install cmake pkg-config
66

77
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]

Dockerfile.rhel-x64

Lines changed: 0 additions & 7 deletions
This file was deleted.

Dockerfile.ubuntu.18.04-x64

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)