lttng tools are not available for CI
Also add an rpmsinspect file for gating Resolves: RHBZ#1951312
This commit is contained in:
parent
9906cb1566
commit
9d0e0a2877
12
rpminspect.yaml
Normal file
12
rpminspect.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
inspections:
|
||||
# We ship an empty dotnet package that installs the latest SDK, but
|
||||
# also a newer SDK when we have that
|
||||
emptyrpm: off
|
||||
# We patch upstream a lot, no need to reject patches
|
||||
patches: off
|
||||
runpath:
|
||||
# Upstream explicitly sets $ORIGIN/netcoredeps as an RPATH
|
||||
# See https://github.com/dotnet/core/blob/main/Documentation/self-contained-linux-apps.md
|
||||
allowed_origin_paths:
|
||||
- /netcoredeps
|
@ -21,13 +21,11 @@
|
||||
dir: ./
|
||||
run: ./turkey -l={{ remote_artifacts }} dotnet-regular-tests
|
||||
required_packages:
|
||||
- babeltrace
|
||||
- bash-completion
|
||||
- binutils
|
||||
- expect
|
||||
- jq
|
||||
- lldb
|
||||
- lttng-tools
|
||||
- npm
|
||||
- python3
|
||||
- strace
|
||||
|
Loading…
Reference in New Issue
Block a user