about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-11-19 15:01:33 +0100
committerRalf Jung <post@ralfj.de>2023-11-19 15:01:33 +0100
commitcfb47ca5df93c82983563fa37673f7108eb94df4 (patch)
treeea1ab848322a41cbc2dc5531629f4c63dabdcc58
parent0865a2ec780b9ef1cf3c162609c4380528ba0013 (diff)
downloadrust-cfb47ca5df93c82983563fa37673f7108eb94df4.tar.gz
rust-cfb47ca5df93c82983563fa37673f7108eb94df4.zip
disable csky test on CI
-rw-r--r--tests/ui/abi/compatibility.rs8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/ui/abi/compatibility.rs b/tests/ui/abi/compatibility.rs
index 651e7db1bfc..8c605aa7691 100644
--- a/tests/ui/abi/compatibility.rs
+++ b/tests/ui/abi/compatibility.rs
@@ -46,9 +46,6 @@
 // revisions: wasi
 //[wasi] compile-flags: --target wasm32-wasi
 //[wasi] needs-llvm-components: webassembly
-// revisions: csky
-//[csky] compile-flags: --target csky-unknown-linux-gnuabiv2
-//[csky] needs-llvm-components: csky
 // revisions: bpf
 //[bpf] compile-flags: --target bpfeb-unknown-none
 //[bpf] needs-llvm-components: bpf
@@ -61,6 +58,11 @@
   [nvptx64] compile-flags: --target nvptx64-nvidia-cuda
   [nvptx64] needs-llvm-components: nvptx
 */
+// FIXME: disabled since it fails on CI saying the csky component is missing
+/* revisions: csky
+  [csky] compile-flags: --target csky-unknown-linux-gnuabiv2
+  [csky] needs-llvm-components: csky
+*/
 #![feature(rustc_attrs, unsized_fn_params, transparent_unions)]
 #![cfg_attr(not(host), feature(no_core, lang_items), no_std, no_core)]
 #![allow(unused, improper_ctypes_definitions, internal_features)]