10 lines
292 B
YAML
10 lines
292 B
YAML
|
---
|
||
|
inspections:
|
||
|
# 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
|