public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jesus Checa Hidalgo <jchecahi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust] rawhide: Disable `disable-git-dep-with-scp-submodule` cargo test
Date: Fri, 19 Jun 2026 00:29:25 GMT	[thread overview]
Message-ID: <178182896587.1.1961733976434986408.rpms-rust-398acf3cd401@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-06-19  0:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178182896587.1.1961733976434986408.rpms-rust-398acf3cd401@fedoraproject.org \
    --to=jchecahi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox