diff options
| author | Michael Goulet <michael@errs.io> | 2023-06-18 13:17:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-18 13:17:06 -0700 |
| commit | 2a85e02428c2e136d25463c7b8cffb89da2ebf0a (patch) | |
| tree | d931a8d3b8a00f7888217ef53bce570508f794c6 /src/bootstrap | |
| parent | 90e51f110c32b6c0907ceec60038ccd1ece2e5b5 (diff) | |
| parent | 903b3d36db81cad9d1e23b62f09d655d93aad1ac (diff) | |
| download | rust-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.rs | 2 |
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, } |
