Skip to content

Commit b696ca8

Browse files
committed
Removes centos 6 build
1 parent 6a4d020 commit b696ca8

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ endif
5151

5252
ifeq ($(FLAVOR), centos-7)
5353
TARGET_PUBLIC_REPO ?= el7
54-
else ifeq ($(FLAVOR), centos-6)
55-
TARGET_PUBLIC_REPO ?= el6
5654
else
5755
TARGET_PUBLIC_REPO ?= $(FLAVOR)
5856
endif

cfsetup.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -181,36 +181,6 @@ jessie: *stretch
181181

182182
buster: *stretch
183183

184-
centos-6:
185-
build-rpm:
186-
build_dir: *build_dir
187-
builddeps: &el6_builddeps
188-
- https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
189-
post-cache:
190-
- source /usr/local/rvm/scripts/rvm
191-
- rvm use 1.9
192-
- sudo yum install -y fakeroot
193-
- wget https://golang.org/dl/go1.12.9.linux-amd64.tar.gz -P /tmp/
194-
- sudo tar -C /usr/local -xzf /tmp/go1.12.9.linux-amd64.tar.gz
195-
- export PATH=$PATH:/usr/local/go/bin
196-
- export GOOS=linux
197-
- export GOARCH=amd64
198-
- make cloudflared-rpm
199-
publish-rpm:
200-
build_dir: *build_dir
201-
builddeps: *el6_builddeps
202-
post-cache:
203-
- source /usr/local/rvm/scripts/rvm
204-
- rvm use 1.9
205-
- sudo yum install -y fakeroot
206-
- wget https://golang.org/dl/go1.12.9.linux-amd64.tar.gz -P /tmp/
207-
- sudo tar -C /usr/local -xzf /tmp/go1.12.9.linux-amd64.tar.gz
208-
- export PATH=$PATH:/usr/local/go/bin
209-
- export GOOS=linux
210-
- export GOARCH=amd64
211-
- make publish-rpm
212-
213-
214184
centos-7:
215185
publish-rpm:
216186
build_dir: *build_dir

0 commit comments

Comments
 (0)