File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -168,14 +168,16 @@ The following header commands will check LLVM support:
168
168
Note: The test will fail on CI if the component does not exist.
169
169
* ` needs-matching-clang ` — ignores if the version of clang does not match the
170
170
LLVM version of rustc.
171
- These tests are always ignored unless a special environment variable is set
172
- (which is only done in one CI job).
171
+ These tests are always ignored unless a special environment variable,
172
+ ` RUSTBUILD_FORCE_CLANG_BASED_TESTS ` , is set
173
+ (which is only done in one CI job [ ` x86_64-gnu-debug ` ] ).
173
174
174
175
See also [ Debuginfo tests] ( compiletest.md#debuginfo-tests ) for headers for
175
176
ignoring debuggers.
176
177
177
178
[ remote testing ] : running.md#running-tests-on-a-remote-machine
178
179
[ compare modes ] : ui.md#compare-modes
180
+ [ `x86_64-gnu-debug` ] : https://github.com/rust-lang/rust/blob/ab3dba92db355b8d97db915a2dca161a117e959c/src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile#L32
179
181
180
182
### Environment variable headers
181
183
You can’t perform that action at this time.
0 commit comments