diff options
| author | Trevor Gross <t.gross35@gmail.com> | 2024-08-06 22:17:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-06 22:17:31 -0500 |
| commit | 0aaffdb25fa825ca32dca6e2e8d39abae26e0489 (patch) | |
| tree | f5793421072b6379f3e87c80b00725265ae738d8 /src/tools/tidy | |
| parent | 6696447f784a888446d13bb400a8d507a68331c9 (diff) | |
| parent | 011727f14ebf66a52f282cd865f5e42d140debe0 (diff) | |
| download | rust-0aaffdb25fa825ca32dca6e2e8d39abae26e0489.tar.gz rust-0aaffdb25fa825ca32dca6e2e8d39abae26e0489.zip | |
Rollup merge of #128107 - Oneirical:tomato-hartester, r=jieyouxu
Migrate `raw-dylib-alt-calling-convention`, `raw-dylib-c` and `redundant-libs` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). Please try: // try-job: x86_64-msvc // try-job: x86_64-mingw // try-job: i686-msvc try-job: x86_64-gnu-llvm-17 try-job: aarch64-apple
Diffstat (limited to 'src/tools/tidy')
| -rw-r--r-- | src/tools/tidy/src/allowed_run_make_makefiles.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/tidy/src/allowed_run_make_makefiles.txt b/src/tools/tidy/src/allowed_run_make_makefiles.txt index a2cfdea712e..014bc595494 100644 --- a/src/tools/tidy/src/allowed_run_make_makefiles.txt +++ b/src/tools/tidy/src/allowed_run_make_makefiles.txt @@ -22,9 +22,6 @@ run-make/no-alloc-shim/Makefile run-make/pdb-buildinfo-cl-cmd/Makefile run-make/pgo-gen-lto/Makefile run-make/pgo-indirect-call-promotion/Makefile -run-make/raw-dylib-alt-calling-convention/Makefile -run-make/raw-dylib-c/Makefile -run-make/redundant-libs/Makefile run-make/remap-path-prefix-dwarf/Makefile run-make/reproducible-build/Makefile run-make/rlib-format-packed-bundled-libs/Makefile |
