mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
027da3930a
I find these comments useful, especially for my future self who would be dealing with the subtle changes between Fedora and downstream.
16 lines
606 B
Text
16 lines
606 B
Text
summary: Test basic cargo usage
|
|
test: ./test.sh
|
|
require:
|
|
# Required for rust and possibly other dependant packages
|
|
#
|
|
# NOTE #1: drop the requirement once the transitional period between releases is gone
|
|
# and llvm-compat is no longer a) needed, and b) part of the build.
|
|
#
|
|
# NOTE #2: keep it the first requirement. Depending on the order of requirements, placing it somewhere
|
|
# else in the list may lead to harness uninstalling and re-installing LLVM packages. That a) would be
|
|
# a waste of time, b) could potentially hide issues, leading to testing unexpected NVRs.
|
|
#
|
|
# - llvm-compat
|
|
|
|
- cargo
|
|
- rust
|