mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
Upgrade to cargo 0.16.0-nightly (built 2016-12-06)
Instead of once per day (or night) with a date in the URL, Cargo binaries are now built and published for every merge to master (with the merge commit hash in the URL).
This commit is contained in:
parent
2e1c40ec36
commit
f5af40d694
5 changed files with 5 additions and 5 deletions
|
@ -336,7 +336,7 @@ class CommandBase(object):
|
|||
|
||||
def cargo_build_id(self):
|
||||
if self._cargo_build_id is None:
|
||||
filename = path.join(self.context.topdir, "cargo-nightly-build")
|
||||
filename = path.join(self.context.topdir, "cargo-commit-hash")
|
||||
with open(filename) as f:
|
||||
self._cargo_build_id = f.read().strip()
|
||||
return self._cargo_build_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue