public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust] rawhide: Disable `disable-git-dep-with-scp-submodule` cargo test
@ 2026-06-19  0:29 Jesus Checa Hidalgo
  0 siblings, 0 replies; only message in thread
From: Jesus Checa Hidalgo @ 2026-06-19  0:29 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rust
            Branch : rawhide
            Commit : 398acf3cd401266aca7e5930befe58f1efb2def0
            Author : Jesus Checa Hidalgo <jchecahi@redhat.com>
            Date   : 2026-06-19T00:29:14+00:00
            Stats  : +4/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust/c/398acf3cd401266aca7e5930befe58f1efb2def0?branch=rawhide

            Log:
            Disable `disable-git-dep-with-scp-submodule` cargo test

The test needs DNS resolution and will always fail in koji builders.

---
diff --git a/rust.spec b/rust.spec
index 474a752..4e80136 100644
--- a/rust.spec
+++ b/rust.spec
@@ -1100,6 +1100,10 @@ rm -rf "./build/%{rust_triple}/test/"
 # have DNS resolution, so the test will always fail.
 %global cargo_test_skip_list %{cargo_test_skip_list} publish_to_crates_io_warns
 
+# Requires DNS resolution to github.com, this test will always fail.
+# Additionally SCP-like directions are essentially ssh which is not available in RHEL
+%global cargo_test_skip_list %{cargo_test_skip_list} dep_with_scp_like_submodule_url
+
 %ifarch aarch64
 # https://github.com/rust-lang/rust/issues/123733
 %global cargo_test_skip_list %{cargo_test_skip_list} panic_abort_doc_tests

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-19  0:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19  0:29 [rpms/rust] rawhide: Disable `disable-git-dep-with-scp-submodule` cargo test Jesus Checa Hidalgo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox