about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-06-18 13:17:06 -0700
committerGitHub <noreply@github.com>2023-06-18 13:17:06 -0700
commit2a85e02428c2e136d25463c7b8cffb89da2ebf0a (patch)
treed931a8d3b8a00f7888217ef53bce570508f794c6 /src/bootstrap
parent90e51f110c32b6c0907ceec60038ccd1ece2e5b5 (diff)
parent903b3d36db81cad9d1e23b62f09d655d93aad1ac (diff)
downloadrust-2a85e02428c2e136d25463c7b8cffb89da2ebf0a.tar.gz
rust-2a85e02428c2e136d25463c7b8cffb89da2ebf0a.zip
Rollup merge of #112663 - klensy:dusk-and-dawn, r=pietroalbini
cleanup azure leftovers

Continuation of #97756
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/util.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/util.rs b/src/bootstrap/util.rs
index 7e29f671f02..1ec49f80d63 100644
--- a/src/bootstrap/util.rs
+++ b/src/bootstrap/util.rs
@@ -159,8 +159,6 @@ pub fn symlink_dir(config: &Config, original: &Path, link: &Path) -> io::Result<
 pub enum CiEnv {
     /// Not a CI environment.
     None,
-    /// The Azure Pipelines environment, for Linux (including Docker), Windows, and macOS builds.
-    AzurePipelines,
     /// The GitHub Actions environment, for Linux (including Docker), Windows and macOS builds.
     GitHubActions,
 }