summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-09-14 02:18:32 +0900
committerCarl Lerche <me@carllerche.com>2019-09-13 10:18:32 -0700
commitefb27731adcff502109ec3489bdde0b6f3cba1e7 (patch)
treeac2dc825c249208fd46b0fe9b39a3ae824f90246 /azure-pipelines.yml
parent578a9aec169ddc1c3b762943e1487f5f682627b5 (diff)
timer: use our own AtomicU64 on targets with target_has_atomic less than 64 (#1538)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7bad2ca9..8c0b01a7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -93,12 +93,12 @@ jobs:
- tokio-no-features
- tokio-with-net
-# # Try cross compiling
-# - template: ci/azure-cross-compile.yml
-# parameters:
-# name: cross_32bit_linux
-# target: i686-unknown-linux-gnu
-#
+# Try cross compiling
+- template: ci/azure-cross-compile.yml
+ parameters:
+ name: cross
+ rust: $(nightly)
+
# # This represents the minimum Rust version supported by
# # Tokio. Updating this should be done in a dedicated PR and
# # cannot be greater than two 0.x releases prior to the
@@ -127,6 +127,6 @@ jobs:
- test_linux
- test_features
# - test_nightly
-# - cross_32bit_linux
+ - cross
# - minrust
# - tsan