]> git.lizzy.rs Git - rust.git/blobdiff - appveyor.yml
Rollup merge of #58075 - asettouf:master, r=varkor
[rust.git] / appveyor.yml
index 0ec4210af98b2782e8edb7210edc1660e6545667..3a0cb8b4fceeafd8fcc81cb47852f9bf1646b301 100644 (file)
@@ -5,6 +5,11 @@ environment:
   # server goes down presumably. See #43333 for more info
   CARGO_HTTP_CHECK_REVOKE: false
 
+  # Execute the builds on GCE instead of Hyper-V. Those builders have a 3-4
+  # minute startup overhead, but AppVeyor support recommended this as a
+  # possible solution for #58160 (spurious 259 exit codes)
+  appveyor_build_worker_cloud: gce
+
   matrix:
   # 32/64 bit MSVC tests
   - MSYS_BITS: 64
@@ -207,10 +212,7 @@ test_script:
   - sh src/ci/init_repo.sh . /c/cache/rustsrc
   - set SRC=.
   - set NO_CCACHE=1
-  # Added this debugging code to try tracking down https://github.com/rust-lang/rust/issues/58160
-  # Replace it with the commented line below after the issue with AppVeyor is fixed
-  - "sh src/ci/run.sh & set ret=%errorlevel% & echo exit code in appveyor.yml: %ret% & exit %ret%"
-#  - sh src/ci/run.sh
+  - sh src/ci/run.sh
 
 on_failure:
   # Dump crash log