Test Fix for Package annobin (#9406)
This commit is contained in:
Родитель
c50d4af5d8
Коммит
4994e489cf
|
@ -19,13 +19,14 @@
|
|||
Summary: Binary annotation plugin for GCC
|
||||
Name: annobin
|
||||
Version: 12.49
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Azure Linux
|
||||
URL: https://sourceware.org/annobin/
|
||||
Source: https://nickc.fedorapeople.org/%{annobin_sources}
|
||||
Requires: %{name}-plugin-clang
|
||||
|
||||
# Insert patches here, if needed. Eg:
|
||||
# Patch01: annobin-plugin-default-string-notes.patch
|
||||
#---------------------------------------------------------------------------------
|
||||
|
@ -236,7 +237,7 @@ touch doc/annobin.info
|
|||
#---------------------------------------------------------------------------------
|
||||
|
||||
%build
|
||||
CONFIG_ARGS="$CONFIG_ARGS --quiet --with-debuginfod --with-clang --with-gcc-plugin-dir=%{ANNOBIN_GCC_PLUGIN_DIR} --with-llvm"
|
||||
CONFIG_ARGS="$CONFIG_ARGS --quiet --without-debuginfod --with-clang --with-gcc-plugin-dir=%{ANNOBIN_GCC_PLUGIN_DIR} --with-llvm"
|
||||
|
||||
export CFLAGS="$CFLAGS -DAARCH64_BRANCH_PROTECTION_SUPPORTED=1"
|
||||
|
||||
|
@ -352,6 +353,10 @@ make check || ( cat tests/test-suite.log; false )
|
|||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Jun 13 2024 Sam Meluch <sammeluch@microsoft.com> - 12.40-2
|
||||
- build package --without-debuginfod
|
||||
- fix package tests
|
||||
|
||||
* Fri Mar 08 2024 Mykhailo Bykhovtsev <mbykhovtsev@microsoft.com> - 12.40-1
|
||||
- Promoted package from extended to core
|
||||
- Upgraded to 12.49
|
||||
|
|
Загрузка…
Ссылка в новой задаче