Skip to content

Commit cfb47ca

Browse files
committed
disable csky test on CI
1 parent 0865a2e commit cfb47ca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/ui/abi/compatibility.rs

+5-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
// revisions: wasi
4747
//[wasi] compile-flags: --target wasm32-wasi
4848
//[wasi] needs-llvm-components: webassembly
49-
// revisions: csky
50-
//[csky] compile-flags: --target csky-unknown-linux-gnuabiv2
51-
//[csky] needs-llvm-components: csky
5249
// revisions: bpf
5350
//[bpf] compile-flags: --target bpfeb-unknown-none
5451
//[bpf] needs-llvm-components: bpf
@@ -61,6 +58,11 @@
6158
[nvptx64] compile-flags: --target nvptx64-nvidia-cuda
6259
[nvptx64] needs-llvm-components: nvptx
6360
*/
61+
// FIXME: disabled since it fails on CI saying the csky component is missing
62+
/* revisions: csky
63+
[csky] compile-flags: --target csky-unknown-linux-gnuabiv2
64+
[csky] needs-llvm-components: csky
65+
*/
6466
#![feature(rustc_attrs, unsized_fn_params, transparent_unions)]
6567
#![cfg_attr(not(host), feature(no_core, lang_items), no_std, no_core)]
6668
#![allow(unused, improper_ctypes_definitions, internal_features)]

0 commit comments

Comments
 (0)