We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235897b commit 48c5721Copy full SHA for 48c5721
cfsetup.yaml
@@ -279,6 +279,7 @@ centos-7:
279
- https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
280
pre-cache:
281
- yum install -y fakeroot
282
+ - yum upgrade -y binutils-2.27-44.base.el7.x86_64
283
- wget https://golang.org/dl/go1.16.3.linux-amd64.tar.gz -P /tmp/
284
- tar -C /usr/local -xzf /tmp/go1.16.3.linux-amd64.tar.gz
285
post-cache:
@@ -291,6 +292,7 @@ centos-7:
291
292
builddeps: *el7_builddeps
293
294
295
296
297
298
0 commit comments