Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe0e12492d |
1
.gcc-toolset-15-annobin.metadata
Normal file
1
.gcc-toolset-15-annobin.metadata
Normal file
@ -0,0 +1 @@
|
||||
6d59316779c96fa5e1c0724c907220b2fc3a40ab SOURCES/annobin-12.93.tar.xz
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
SOURCES/annobin-12.93.tar.xz
|
||||
@ -1,15 +0,0 @@
|
||||
--- annobin.orig/gcc-plugin/annobin.cc 2024-08-08 12:39:01.928844852 +0100
|
||||
+++ annobin-12.65/gcc-plugin/annobin.cc 2024-08-08 12:42:07.333437024 +0100
|
||||
@@ -3218,9 +3218,10 @@ plugin_init (struct plugin_name_args *
|
||||
be sufficient. [FIXME: It turns out that this is not entirely true...] */
|
||||
if (strncmp (version->basever, gcc_version.basever, strchr (version->basever, '.') - version->basever))
|
||||
{
|
||||
- annobin_inform (INFORM_ALWAYS, "Error: plugin built for compiler version (%s) but run with compiler version (%s)",
|
||||
+ annobin_inform (INFORM_ALWAYS, "Warning: plugin built for compiler version (%s) but run with compiler version (%s) - disabling",
|
||||
gcc_version.basever, version->basever);
|
||||
- fail = true;
|
||||
+ enabled = false;
|
||||
+ return 0;
|
||||
}
|
||||
|
||||
/* Since the plugin is not part of the gcc project, it is entirely
|
||||
@ -1,8 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other.functional}
|
||||
annocheck:
|
||||
- hardened: --skip-property-note --skip-lto --skip-branch-protection --skip-dynamic-tags --ignore-unknown --verbose
|
||||
@ -1,5 +0,0 @@
|
||||
summary: CI Gating Plan
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
@ -1,11 +0,0 @@
|
||||
---
|
||||
runpath:
|
||||
allowed_paths:
|
||||
- /usr/lib64
|
||||
|
||||
specname:
|
||||
# In GCC toolsets builds, the spec file name and the package are not
|
||||
# exactly the same, the package is prefixed with gcc-toolset-NN-.
|
||||
# Let's ignore the prefix in the specname test.
|
||||
match: suffix
|
||||
primary: filename
|
||||
Loading…
Reference in New Issue
Block a user