Skip to content

Commit 48c5721

Browse files
committed
TUN-4426: Fix centos builds
1 parent 235897b commit 48c5721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cfsetup.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ centos-7:
279279
- https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
280280
pre-cache:
281281
- yum install -y fakeroot
282+
- yum upgrade -y binutils-2.27-44.base.el7.x86_64
282283
- wget https://golang.org/dl/go1.16.3.linux-amd64.tar.gz -P /tmp/
283284
- tar -C /usr/local -xzf /tmp/go1.16.3.linux-amd64.tar.gz
284285
post-cache:
@@ -291,6 +292,7 @@ centos-7:
291292
builddeps: *el7_builddeps
292293
pre-cache:
293294
- yum install -y fakeroot
295+
- yum upgrade -y binutils-2.27-44.base.el7.x86_64
294296
- wget https://golang.org/dl/go1.16.3.linux-amd64.tar.gz -P /tmp/
295297
- tar -C /usr/local -xzf /tmp/go1.16.3.linux-amd64.tar.gz
296298
post-cache:

0 commit comments

Comments
 (0)