We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d91ab3 commit bbb5a19Copy full SHA for bbb5a19
sbin/system-setup.py
@@ -24,8 +24,7 @@ def common_first(self):
24
if self.osnick == 'ol8':
25
self.install("tar")
26
self.run("%s/bin/getclang --modern" % READIES)
27
- if not self.has_command("rustc"):
28
- self.run("%s/bin/getrust" % READIES)
+ self.run("%s/bin/getrust" % READIES)
29
self.run("%s/bin/getcmake --usr" % READIES)
30
31
def debian_compat(self):
0 commit comments