Skip to content

Commit bbb5a19

Browse files
gkorlandrafie
authored andcommitted
update to the latest stable rust even if rust installed (RedisJSON#898)
* update to the latest stable rust even if rust installed * update readies (cherry picked from commit 1b381b7)
1 parent 7d91ab3 commit bbb5a19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sbin/system-setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ def common_first(self):
2424
if self.osnick == 'ol8':
2525
self.install("tar")
2626
self.run("%s/bin/getclang --modern" % READIES)
27-
if not self.has_command("rustc"):
28-
self.run("%s/bin/getrust" % READIES)
27+
self.run("%s/bin/getrust" % READIES)
2928
self.run("%s/bin/getcmake --usr" % READIES)
3029

3130
def debian_compat(self):

0 commit comments

Comments
 (0)