From 9d0e0a2877c8bf052b3a76f58588f4c33002aac6 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Fri, 23 Apr 2021 16:41:20 -0400 Subject: [PATCH] lttng tools are not available for CI Also add an rpmsinspect file for gating Resolves: RHBZ#1951312 --- rpminspect.yaml | 12 ++++++++++++ tests/tests.yml | 2 -- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..edc369a --- /dev/null +++ b/rpminspect.yaml @@ -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 diff --git a/tests/tests.yml b/tests/tests.yml index 3220475..9541f6f 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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