A GNU collection of binary utilities
Go to file
Václav Kadlčík 7294ce61bc Make some CI test code optional
The only present test case rebuilt, installed and booted the kernel.
Now let's make the install and boot steps optional, just on explicit
request. Skipping these steps will be the default behaviour, at least
for now.

You can override the default by setting variable "JUST_BUILD" in the
environment the test runs in. The variable defaults to "yes" which
means the test will just build the kernel. If you use JUST_BUILD=no
(or JUST_BUILD=false or JUST_BUILD=0) then the test will not only
build but install and boot the kernel, too.

Note that the acceptable values of JUST_BUILD are case insensitive.
2021-01-22 12:22:21 +01:00
.fmf Introduce CI with one test imported form RHEL 2021-01-22 12:13:50 +01:00
plans Introduce CI with one test imported form RHEL 2021-01-22 12:13:50 +01:00
tests Make some CI test code optional 2021-01-22 12:22:21 +01:00
.gitignore Rebase to GNU Binutils 2.35.1 release. 2020-09-21 11:06:32 +01:00
binutils-2.20.51.0.2-libtool-lib64.patch Rebase the source on the new 2.25 FSF binutils release. 2014-12-24 12:11:52 +00:00
binutils-2.22.52.0.4-no-config-h-check.patch Rebase the source on the new 2.25 FSF binutils release. 2014-12-24 12:11:52 +00:00
binutils-2.25-version.patch Rebase on the new FSF 2.26 binutils release 2016-01-25 11:31:53 +00:00
binutils-2.27-aarch64-ifunc.patch Sync with RHEL: 2018-02-21 09:31:35 +00:00
binutils-2.29-filename-in-error-messages.patch Fix bug running readelf on an empty file. (#1903448) 2021-01-08 17:48:06 +00:00
binutils-2.29-revert-PLT-elision.patch Rebase to GNU BInutils 2.35 2020-07-26 11:33:09 +01:00
binutils-2.35.1-update.patch Import latest fixes on 2.35 branch 2020-11-25 15:49:04 +00:00
binutils-aarch64-condbranch-relocs.patch Add missing patches. 2020-09-11 11:37:55 +01:00
binutils-add-sym-cache-to-elf-link-hash.patch Fix building with LTO enabled. 2020-07-31 14:35:26 +01:00
binutils-attach-to-group.patch Rebase to GNU Binutils 2.34. (#1793098) 2020-02-02 14:55:39 +00:00
binutils-config.patch - Fix more configure tests compromised by LTO. 2020-07-20 13:58:21 -06:00
binutils-CVE-2019-1010204.patch Stop GOLD from seg-faulting on a corrupt input with a fuzzed section offset. 2019-08-06 15:08:35 +01:00
binutils-do-not-link-with-static-libstdc++.patch Fix a potential buffer overrun when parsing a corrupt ELF file. (#1632912) 2018-09-28 14:19:31 +01:00
binutils-duplicate-sections.patch Fix linking with multiple same-name sections. (PR 27100) 2021-01-04 16:31:41 +00:00
binutils-dwarf-DW_FORM_ref8.patch Add support for DW_FORM_ref8 when parsing DWARF types. 2020-11-10 12:01:43 +00:00
binutils-dwarf-type-sign-2.patch Fix dwarf type handling - again! 2020-11-03 20:03:31 +00:00
binutils-dwarf-type-sign.patch Really fix erroneous decoding of LEB128 values. 2020-10-27 16:59:21 +00:00
binutils-elf-add-objects.patch Fix building with LTO enabled. 2020-07-31 14:35:26 +01:00
binutils-export-demangle.h.patch Rebase to GNU Binutils 2.32 2019-02-20 11:24:25 +00:00
binutils-fix-testsuite-failures.patch Rebase to GNU BInutils 2.35 2020-07-26 11:33:09 +01:00
binutils-gas-auto-dwarf-5.patch Add a fix to gas to automatically enable DWARF-5 style file name tables. 2021-01-18 16:28:08 +00:00
binutils-gcc-10-fixes.patch Add gcc 10 build fixes 2020-07-24 19:57:15 +01:00
binutils-gold-gnu-properties.patch Update the GOLD linker to handle x86 .note.gnu.property sections. 2021-01-21 19:23:49 +00:00
binutils-gold-mismatched-section-flags.patch Remove spurious code left in gold-mimatched-section-flags patch. 2019-11-25 12:34:11 +00:00
binutils-gold-warn-unsupported.patch Add support for the BPF target. 2020-04-20 15:22:40 +01:00
binutils-LTO-fix.patch Add missing patches. 2020-09-11 11:37:55 +01:00
binutils-plugin-as-needed.patch Another correction for plugin as-needed patch. (#1889763) 2020-11-03 13:16:50 +00:00
binutils-Power10-fixes.patch Fix various problems with Power10 support. 2020-10-08 17:08:25 +01:00
binutils-ppc-annobin-disassembly.patch Fix the PowerPC disassembler so that it ignores annobin symbols. 2020-09-11 11:37:10 +01:00
binutils-readelf-other-sym-info.patch Rebase to GNU BInutils 2.35 2020-07-26 11:33:09 +01:00
binutils-recursive-debuglink-following.patch Make readelf and objdump recursively follow debug links. (PR 26595) 2020-10-15 15:11:10 +01:00
binutils-s390-build.patch Rebase to GNU BInutils 2.35 2020-07-26 11:33:09 +01:00
binutils-SHF_LINK_ORDER.patch Fix linking mixed SHF_LINK_ORDER and non-SHF_LINK_ORDER sections. (#1907945) 2021-01-04 14:24:14 +00:00
binutils-special-sections-in-groups.patch Fix snafu adding new patch 2018-10-19 12:38:14 +01:00
binutils-strip-merge.patch Fix strip when merging multiple same-named sections. 2020-10-06 16:58:40 +01:00
binutils-use-long-long.patch Ensure that bfd.h is the same for i686- and x86_64 versions of the devel rpm. 2021-01-12 16:34:38 +00:00
binutils-warnings.patch Rebase to GNU BInutils 2.35 2020-07-26 11:33:09 +01:00
binutils.spec Update the GOLD linker to handle x86 .note.gnu.property sections. 2021-01-21 19:23:49 +00:00
binutilscompare New: Compare build logs for the testsuite results regressions. 2008-08-30 13:07:17 +00:00
gating.yaml Introduce CI with one test imported form RHEL 2021-01-22 12:13:50 +01:00
sources Rebase to GNU Binutils 2.35.1 release. 2020-09-21 11:06:32 +01:00
spec.binutils.cross Fix linking mixed SHF_LINK_ORDER and non-SHF_LINK_ORDER sections. (#1907945) 2021-01-04 14:24:14 +00:00