Skip to content

Commit a61775e

Browse files
authored
ol8 due to centos8 upstream issues (#220)
1 parent 71c6e45 commit a61775e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,6 @@ workflows:
234234
<<: *on-integ-and-version-tags
235235
matrix:
236236
parameters:
237-
platform: [focal, bionic, xenial, centos8, centos7, bullseye]
237+
platform: [focal, bionic, xenial, ol8, centos7, bullseye]
238238
- build-macos:
239239
<<: *on-any-branch

sbin/system-setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def common_first(self):
2828
self.run("%s/bin/getclang --modern" % READIES)
2929
if not self.has_command("rustc"):
3030
self.run("%s/bin/getrust" % READIES)
31+
if self.osnick == 'ol8':
32+
self.install('tar')
3133
self.run("%s/bin/getcmake" % READIES)
3234

3335
def debian_compat(self):

0 commit comments

Comments
 (0)