Skip to content

Commit

Permalink
Make rust compilation work on Windows
Browse files Browse the repository at this point in the history
Summary: Tried it open source at home

Reviewed By: lmvasquezg

Differential Revision: D40176024

fbshipit-source-id: 03f08903934d52d29aafd3c19479366f12c2dff1
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Oct 8, 2022
1 parent 97059ef commit 620e3ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/tools/rustc_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ async def main() -> int:
"PWD",
"HOME",
"TMPDIR",
# Required on Windows
"TEMP",
# TODO(andirauter): Required by RE. Remove them when no longer required T119466023
"EXECUTION_ID",
"SESSION_ID",
Expand Down

0 comments on commit 620e3ba

Please sign in to comment.