Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 11b1546

Browse files
committed
Remove obsolete FIXME about windows toolchain
1 parent 9911005 commit 11b1546

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

master/master.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,9 +620,7 @@ class CommandEnv(object):
620620
env["RUST_DIST_SERVER"] = dist_server_addy
621621

622622
if "buildername" in props:
623-
# FIXME: Want to upgrade to 4.9.1 but cargo build fails
624623
win32toolchain = r"c:\program files (x86)\mingw-w64\i686-4.9.1-win32-dwarf-rt_v3-rev1\mingw32\bin"
625-
#win32toolchain = r"c:\program files (x86)\mingw-w64\i686-4.8.1-win32-dwarf-rt_v3-rev2\mingw32\bin"
626624
win64toolchain = r"c:\program files\mingw-w64\x86_64-4.9.1-win32-seh-rt_v3-rev1\mingw64\bin"
627625

628626
# This is required to trigger certain workarounds done

0 commit comments

Comments
 (0)