summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-15 13:09:02 -0700
committerGitHub <noreply@github.com>2019-08-15 13:09:02 -0700
commit3b27dc31d28df93fcc65ed3b744033d4ad4f77cc (patch)
treea2d7daa747f55e1d8fca83930c093437fc1b5ad9 /azure-pipelines.yml
parent37131b21144de133628b54a1de500b623058f8cf (diff)
threadpool: move threadpool into tokio-executor (#1452)
The threadpool is behind a feature flag. Refs: #1264
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml29
1 files changed, 1 insertions, 28 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 4b740f5f..e48a8a92 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -67,12 +67,12 @@ jobs:
tokio-codec: []
tokio-executor:
- current-thread
+ - threadpool
tokio-io:
- util
tokio-sync:
- async-traits
tokio-macros: []
- # - tokio-threadpool
tokio-timer:
- async-traits
tokio-test: []
@@ -89,33 +89,6 @@ jobs:
- tokio-no-features
- tokio-with-net
-# - template: ci/azure-cargo-check.yml
-# parameters:
-# name: features
-# displayName: Check feature permtuations
-# rust: stable
-# crates:
-# tokio:
-# - codec
-# - fs
-# - io
-# - reactor
-# - rt-full
-# - tcp
-# - timer
-# - udp
-# - uds
-# - sync
-# tokio-buf:
-# - util
-#
-# # Run async-await tests
-# - template: ci/azure-test-nightly.yml
-# parameters:
-# name: test_nightly
-# displayName: Test Async / Await
-# rust: $(nightly)
-#
# # Try cross compiling
# - template: ci/azure-cross-compile.yml
# parameters: