Skip to content

Commit

Permalink
fix: do not update rust every time
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem committed Feb 12, 2021
1 parent c41f623 commit cbbdd95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def build_and_test(
tanker_ref: Optional[str] = None,
) -> None:
if os.environ.get("CI"):
tankerci.run("rustup", "update", "stable")
os.environ["RUSTFLAGS"] = "-D warnings"
for profile in profiles:
builder = Builder(
Expand Down

0 comments on commit cbbdd95

Please sign in to comment.