summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-05-24 14:08:07 -0700
committerGitHub <noreply@github.com>2019-05-24 14:08:07 -0700
commit1b498e8aa23b53528a5a2d6e6aad2fe41f37ff60 (patch)
tree4d508fb54f51c912464a1092a9f241efdb5f814f /ci
parentb2c53987d9af8cdaa6ba49a084bb4363f86bd295 (diff)
Fix TCP poll_hup test (#1106)
This updates tests to track a fix applied in Mio. Previously, Mio incorrectly fired HUP events. This was due to Mio mapping `RDHUP` to HUP. The test is updated to correctly generate a HUP event. Additionally, HUP events will be removed from all platforms except for Linux. This is caused by the inability to reliably map kqueue events to the epoll HUP behavior.
Diffstat (limited to 'ci')
-rw-r--r--ci/azure-cross-compile.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/azure-cross-compile.yml b/ci/azure-cross-compile.yml
index 857aeb94..8c2553c7 100644
--- a/ci/azure-cross-compile.yml
+++ b/ci/azure-cross-compile.yml
@@ -8,6 +8,9 @@ jobs:
parameters:
rust_version: stable
+ - script: sudo apt-get update
+ displayName: "apt-get update"
+
- script: sudo apt-get install gcc-multilib
displayName: "Install gcc-multilib"