mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-14 16:03:17 +00:00
![Josh Stone](/assets/img/avatar_default.png)
LLVM 7 is over a year old, which should be plenty for compatibility. The last LLVM 6 holdout was llvm-emscripten, which went away in #65501. I've also included a fix for LLVM 8 lacking `MemorySanitizerOptions`, which was broken by #66522.
25 lines
376 B
YAML
25 lines
376 B
YAML
#
|
|
# Azure Pipelines pull request build for Rust
|
|
#
|
|
|
|
trigger: none
|
|
pr:
|
|
- master
|
|
|
|
variables:
|
|
- group: public-credentials
|
|
|
|
jobs:
|
|
- job: Linux
|
|
timeoutInMinutes: 600
|
|
pool:
|
|
vmImage: ubuntu-16.04
|
|
steps:
|
|
- template: steps/run.yml
|
|
strategy:
|
|
matrix:
|
|
x86_64-gnu-llvm-7: {}
|
|
mingw-check: {}
|
|
x86_64-gnu-tools:
|
|
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1
|