From ebef7a7aa798e9eb4d05f914f93b2f73757e9d16 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 4 Oct 2019 10:54:15 -0500 Subject: [PATCH] Update toolchain for raytrace example (#1806) Pulls in an LLVM tweak which emits far fewer `memory.copy`, drastrically improving performance on Firefox! --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index caf7144e..c0f30506 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -209,7 +209,7 @@ jobs: steps: - template: ci/azure-install-rust.yml parameters: - toolchain: nightly-2019-09-26 + toolchain: nightly-2019-10-04 # Temporarily disable sccache because it is failing on CI. # - template: ci/azure-install-sccache.yml - script: rustup component add rust-src