Skip to content

Commit

Permalink
[Temp] Skip rpath checks
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Oct 30, 2023
1 parent 8a0f02a commit 736bad5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/homebrew.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ cp -r . "$RPM_BUILD_ROOT%{homebrew_directory}"
pushd "$RPM_BUILD_ROOT%{homebrew_directory}"
mkdir -vp Cellar Frameworks etc include lib opt sbin share var/homebrew/linked

# TODO: Temporarily ignoring the `check-rpaths` test. In practice the rpaths should be patched to
# absolute paths
export QA_SKIP_RPATHS=1

%check
export HOMEBREW_NO_ANALYTICS_THIS_RUN=1
Expand Down

0 comments on commit 736bad5

Please sign in to comment.