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: ./
|
dir: ./
|
||||||
run: ./turkey -l={{ remote_artifacts }} dotnet-regular-tests
|
run: ./turkey -l={{ remote_artifacts }} dotnet-regular-tests
|
||||||
required_packages:
|
required_packages:
|
||||||
- babeltrace
|
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- binutils
|
- binutils
|
||||||
- expect
|
- expect
|
||||||
- jq
|
- jq
|
||||||
- lldb
|
- lldb
|
||||||
- lttng-tools
|
|
||||||
- npm
|
- npm
|
||||||
- python3
|
- python3
|
||||||
- strace
|
- strace
|
||||||
|
Loading…
Reference in New Issue
Block a user