File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
+ - TARGET : i686-pc-windows-msvc
4
+ BUILD_MSI : 1
3
5
- TARGET : i686-pc-windows-gnu
4
6
MINGW_URL : https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.2/threads-win32/dwarf/i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z/download
5
7
MINGW_ARCHIVE : i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
@@ -8,8 +10,6 @@ environment:
8
10
MSYS_BITS : 64
9
11
- TARGET : i686-pc-windows-msvc
10
12
- TARGET : x86_64-pc-windows-msvc
11
- - TARGET : i686-pc-windows-msvc
12
- BUILD_MSI : 1
13
13
access_token :
14
14
secure : q8Wqx0brgfpOYFQqWauvucE2h0o1WYb41a3gKaCKV9QiE4eTz6qLNlqyC3mdsp4Q
15
15
branches :
Original file line number Diff line number Diff line change 1
1
//! Testing self install, uninstall and update
2
2
3
+ // Disable these tests for MSI-based installation.
4
+ // The `self update` and `self uninstall` commands just call `msiexec`.
5
+ #![ cfg( not( feature = "msi-installed" ) ) ]
6
+
3
7
extern crate rustup_mock;
4
8
extern crate rustup_utils;
5
9
#[ macro_use]
You can’t perform that action at this time.
0 commit comments