Skip to content

Commit

Permalink
ci: skip the automotive_comm tests on Packit for now
Browse files Browse the repository at this point in the history
python3-can can't be installed on Rawhide due to
https://bugzilla.redhat.com/show_bug.cgi?id=2315547.
  • Loading branch information
evverx committed Oct 7, 2024
1 parent 93c9472 commit 2bcee63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ actions:
- "git clone https://src.fedoraproject.org/rpms/scapy .packit_rpm --depth=1"
# Drop the "sources" file so rebase-helper doesn't think we're a dist-git
- "rm -fv .packit_rpm/sources"
- "sed -i '/^# check$/a%check\\nOPENSSL_CONF=$(python3 ./.config/ci/openssl.py) ./test/run_tests -c test/configs/linux.utsc -K ci_only -K scanner' .packit_rpm/scapy.spec"
- "sed -i '/^BuildArch/aBuildRequires: can-utils' .packit_rpm/scapy.spec"
- "sed -i '/^# check$/a%check\\nOPENSSL_CONF=$(python3 ./.config/ci/openssl.py) ./test/run_tests -c test/configs/linux.utsc -K automotive_comm -K ci_only -K scanner' .packit_rpm/scapy.spec"
- "sed -i '/^BuildArch/aBuildRequires: libpcap' .packit_rpm/scapy.spec"
- "sed -i '/^BuildArch/aBuildRequires: openssl' .packit_rpm/scapy.spec"
- "sed -i '/^BuildArch/aBuildRequires: tcpdump' .packit_rpm/scapy.spec"
- "sed -i '/^BuildArch/aBuildRequires: wireshark' .packit_rpm/scapy.spec"
- "sed -i '/^BuildArch/aBuildRequires: python3-ipython' .packit_rpm/scapy.spec"
- "sed -i '/^BuildArch/aBuildRequires: python3-brotli' .packit_rpm/scapy.spec"
- "sed -i '/^BuildArch/aBuildRequires: python3-can' .packit_rpm/scapy.spec"
- "sed -i '/^BuildArch/aBuildRequires: python3-coverage' .packit_rpm/scapy.spec"
- "sed -i '/^BuildArch/aBuildRequires: python3-cryptography' .packit_rpm/scapy.spec"
- "sed -i '/^BuildArch/aBuildRequires: python3-tkinter' .packit_rpm/scapy.spec"
Expand Down

0 comments on commit 2bcee63

Please sign in to comment.