]> git.lizzy.rs Git - rust.git/blob - appveyor.yml
Auto merge of #47832 - fintelia:vec-index, r=kennytm
[rust.git] / appveyor.yml
1 environment:
2   SCCACHE_BUCKET: rust-lang-ci-sccache2
3   SCCACHE_REGION: us-west-1
4   AWS_ACCESS_KEY_ID: AKIAJAMV3QAMMA6AXHFQ
5   AWS_SECRET_ACCESS_KEY:
6     secure: 7Y+JiquYedOAgnUU26uL0DPzrxmTtR+qIwG6rNKSuWDffqU3vVZxbGXim9QpTO80
7   SCCACHE_DIGEST: f808afabb4a4eb1d7112bcb3fa6be03b61e93412890c88e177c667eb37f46353d7ec294e559b16f9f4b5e894f2185fe7670a0df15fd064889ecbd80f0c34166c
8   TOOLSTATE_REPO_ACCESS_TOKEN:
9     secure: PTZiSxJMVUZ0VnMR5i13E4OagbXfglj7pcskDQiKufVrDm13mLoI0vDJAEM35+bY
10
11   # By default schannel checks revocation of certificates unlike some other SSL
12   # backends, but we've historically had problems on CI where a revocation
13   # server goes down presumably. See #43333 for more info
14   CARGO_HTTP_CHECK_REVOKE: false
15
16   matrix:
17   # 32/64 bit MSVC tests
18   - MSYS_BITS: 64
19     RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
20     SCRIPT: python x.py test
21   - MSYS_BITS: 32
22     RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --target=i686-pc-windows-msvc
23     SCRIPT: python x.py test --host i686-pc-windows-msvc --target i686-pc-windows-msvc
24
25   # MSVC aux tests
26   - MSYS_BITS: 64
27     RUST_CHECK_TARGET: check-aux
28     RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc
29
30   # MSVC tools tests
31   - MSYS_BITS: 64
32     SCRIPT: src/ci/docker/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstates.json windows
33     RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstates.json --enable-test-miri
34
35   # 32/64-bit MinGW builds.
36   #
37   # We are using MinGW with posix threads since LLVM does not compile with
38   # the win32 threads version due to missing support for C++'s std::thread.
39   #
40   # Instead of relying on the MinGW version installed on appveryor we download
41   # and install one ourselves so we won't be surprised by changes to appveyor's
42   # build image.
43   #
44   # Finally, note that the downloads below are all in the `rust-lang-ci` S3
45   # bucket, but they cleraly didn't originate there! The downloads originally
46   # came from the mingw-w64 SourceForge download site. Unfortunately
47   # SourceForge is notoriously flaky, so we mirror it on our own infrastructure.
48   - MSYS_BITS: 32
49     RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
50     SCRIPT: python x.py test --exclude src/test/run-pass --exclude src/test/compile-fail
51     MINGW_URL: https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
52     MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
53     MINGW_DIR: mingw32
54   - MSYS_BITS: 32
55     RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
56     SCRIPT: python x.py test src/test/run-pass src/test/compile-fail
57     MINGW_URL: https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
58     MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
59     MINGW_DIR: mingw32
60   - MSYS_BITS: 64
61     SCRIPT: python x.py test
62     RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
63     MINGW_URL: https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
64     MINGW_ARCHIVE: x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
65     MINGW_DIR: mingw64
66
67   # 32/64 bit MSVC and GNU deployment
68   - RUST_CONFIGURE_ARGS: >
69       --build=x86_64-pc-windows-msvc
70       --enable-full-tools
71       --enable-profiler
72     SCRIPT: python x.py dist
73     DEPLOY: 1
74   - RUST_CONFIGURE_ARGS: >
75       --build=i686-pc-windows-msvc
76       --target=i586-pc-windows-msvc
77       --enable-full-tools
78       --enable-profiler
79     SCRIPT: python x.py dist
80     DEPLOY: 1
81   - MSYS_BITS: 32
82     RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --enable-full-tools
83     SCRIPT: python x.py dist
84     MINGW_URL: https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
85     MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
86     MINGW_DIR: mingw32
87     DEPLOY: 1
88   - MSYS_BITS: 64
89     SCRIPT: python x.py dist
90     RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-full-tools
91     MINGW_URL: https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
92     MINGW_ARCHIVE: x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
93     MINGW_DIR: mingw64
94     DEPLOY: 1
95
96   # "alternate" deployment, see .travis.yml for more info
97   - MSYS_BITS: 64
98     RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
99     SCRIPT: python x.py dist
100     DEPLOY_ALT: 1
101
102 matrix:
103   fast_finish: true
104
105 clone_depth: 2
106 build: false
107
108 install:
109   # If we need to download a custom MinGW, do so here and set the path
110   # appropriately.
111   #
112   # Note that this *also* means that we're not using what is typically
113   # /mingw32/bin/python2.7.exe, which is a "correct" python interpreter where
114   # /usr/bin/python2.7.exe is not. To ensure we use the right interpreter we
115   # move `C:\Python27` ahead in PATH and then also make sure the `python2.7.exe`
116   # file exists in there (which it doesn't by default).
117   - if defined MINGW_URL appveyor-retry appveyor DownloadFile %MINGW_URL%/%MINGW_ARCHIVE%
118   - if defined MINGW_URL 7z x -y %MINGW_ARCHIVE% > nul
119   - if defined MINGW_URL set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH%
120
121   # Here we do a pretty heinous thing which is to mangle the MinGW installation
122   # we just had above. Currently, as of this writing, we're using MinGW-w64
123   # builds of gcc, and that's currently at 6.3.0. We use 6.3.0 as it appears to
124   # be the first version which contains a fix for #40546, builds randomly
125   # failing during LLVM due to ar.exe/ranlib.exe failures.
126   #
127   # Unfortunately, though, 6.3.0 *also* is the first version of MinGW-w64 builds
128   # to contain a regression in gdb (#40184). As a result if we were to use the
129   # gdb provided (7.11.1) then we would fail all debuginfo tests.
130   #
131   # In order to fix spurious failures (pretty high priority) we use 6.3.0. To
132   # avoid disabling gdb tests we download an *old* version of gdb, specifically
133   # that found inside the 6.2.0 distribution. We then overwrite the 6.3.0 gdb
134   # with the 6.2.0 gdb to get tests passing.
135   #
136   # Note that we don't literally overwrite the gdb.exe binary because it appears
137   # to just use gdborig.exe, so that's the binary we deal with instead.
138   - if defined MINGW_URL appveyor-retry appveyor DownloadFile %MINGW_URL%/2017-04-20-%MSYS_BITS%bit-gdborig.exe
139   - if defined MINGW_URL mv 2017-04-20-%MSYS_BITS%bit-gdborig.exe %MINGW_DIR%\bin\gdborig.exe
140
141   # Otherwise pull in the MinGW installed on appveyor
142   - if NOT defined MINGW_URL set PATH=C:\msys64\mingw%MSYS_BITS%\bin;C:\msys64\usr\bin;%PATH%
143
144   # Prefer the "native" Python as LLVM has trouble building with MSYS sometimes
145   - copy C:\Python27\python.exe C:\Python27\python2.7.exe
146   - set PATH=C:\Python27;%PATH%
147
148   # Download and install sccache
149   - appveyor-retry appveyor DownloadFile https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-05-12-sccache-x86_64-pc-windows-msvc
150   - mv 2017-05-12-sccache-x86_64-pc-windows-msvc sccache.exe
151   - set PATH=%PATH%;%CD%
152
153   # Download and install ninja
154   #
155   # Note that this is originally from the github releases patch of Ninja
156   - appveyor-retry appveyor DownloadFile https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-03-15-ninja-win.zip
157   - 7z x 2017-03-15-ninja-win.zip
158   - set RUST_CONFIGURE_ARGS=%RUST_CONFIGURE_ARGS% --enable-ninja
159   # - set PATH=%PATH%;%CD% -- this already happens above for sccache
160
161   # Install InnoSetup to get `iscc` used to produce installers
162   - appveyor-retry appveyor DownloadFile https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-08-22-is.exe
163   - 2017-08-22-is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
164   - set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
165
166   # Help debug some handle issues on AppVeyor
167   - appveyor-retry appveyor DownloadFile https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-05-15-Handle.zip
168   - mkdir handle
169   - 7z x -ohandle 2017-05-15-Handle.zip
170   - set PATH=%PATH%;%CD%\handle
171   - handle.exe -accepteula -help
172
173   # Attempt to debug sccache failures
174   - set SCCACHE_ERROR_LOG=%CD%/sccache.log
175
176 test_script:
177   - if not exist C:\cache\rustsrc\NUL mkdir C:\cache\rustsrc
178   - sh src/ci/init_repo.sh . /c/cache/rustsrc
179   - set SRC=.
180   - set NO_CCACHE=1
181   - sh src/ci/run.sh
182
183 on_failure:
184   - cat %CD%\sccache.log || exit 0
185
186 branches:
187   only:
188     - auto
189
190 before_deploy:
191   - ps: |
192         New-Item -Path deploy -ItemType directory
193         Remove-Item -Recurse -Force build\dist\doc
194         Get-ChildItem -Path build\dist | Move-Item -Destination deploy
195         Get-ChildItem -Path deploy | Foreach-Object {
196           Push-AppveyorArtifact $_.FullName -FileName ${env:APPVEYOR_REPO_COMMIT}/$_
197         }
198
199 deploy:
200   - provider: S3
201     skip_cleanup: true
202     access_key_id: AKIAJVBODR3IA4O72THQ
203     secret_access_key:
204       secure: tQWIE+DJHjXaV4np/3YeETkEmXngtIuIgAO/LYKQaUshGLgN8cBCFGG3cHx5lKLt
205     bucket: rust-lang-ci2
206     set_public: true
207     region: us-west-1
208     artifact: /.*/
209     folder: rustc-builds
210     on:
211       branch: auto
212       DEPLOY: 1
213     max_error_retry: 5
214
215   # This provider is the same as the one above except that it has a slightly
216   # different upload directory and a slightly different trigger
217   - provider: S3
218     skip_cleanup: true
219     access_key_id: AKIAJVBODR3IA4O72THQ
220     secret_access_key:
221       secure: tQWIE+DJHjXaV4np/3YeETkEmXngtIuIgAO/LYKQaUshGLgN8cBCFGG3cHx5lKLt
222     bucket: rust-lang-ci2
223     set_public: true
224     region: us-west-1
225     artifact: /.*/
226     folder: rustc-builds-alt
227     on:
228       branch: auto
229       DEPLOY_ALT: 1
230     max_error_retry: 5
231
232 # init:
233 #   - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
234 # on_finish:
235 #   - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))