diff options
| author | Deadbeef <ent3rm4n@gmail.com> | 2023-01-06 10:50:09 +0000 |
|---|---|---|
| committer | Deadbeef <ent3rm4n@gmail.com> | 2023-03-06 07:14:42 +0000 |
| commit | a2040de541057a4d8d25c4d3f075f2e81276eef8 (patch) | |
| tree | 2b50555ea5e1f8a5947407dc23149b533e8f577a | |
| parent | ef807cb321604ae96ed0f78c78e3e9348d6d11ba (diff) | |
| download | rust-a2040de541057a4d8d25c4d3f075f2e81276eef8.tar.gz rust-a2040de541057a4d8d25c4d3f075f2e81276eef8.zip | |
do not run tidy on x86_64-gnu-llvm-13
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile index db6032f8752..a007bf183ee 100644 --- a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile +++ b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile @@ -62,6 +62,4 @@ ENV SCRIPT ../x.py --stage 2 test --exclude src/tools/tidy && \ # work. # ../x.ps1 --stage 2 test tests/ui --pass=check \ - --host='' --target=i686-unknown-linux-gnu && \ - # Run tidy at the very end, after all the other tests. - python2.7 ../x.py --stage 2 test src/tools/tidy + --host='' --target=i686-unknown-linux-gnu |
