More precise setup in the #1311352 CI test

This commit is contained in:
Václav Kadlčík 2021-04-29 11:00:35 +02:00
parent eb66e6ad98
commit 37d46f62b4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,6 @@ recommend:
- binutils
- strace
- nscd
- glibc-debuginfo
duration: 15m
extra-summary: /tools/binutils/Regression/bz1311352-objdump-S-disassembly-code-doesn-t-follow
extra-task: /tools/binutils/Regression/bz1311352-objdump-S-disassembly-code-doesn-t-follow

View File

@ -39,6 +39,7 @@ rlJournalStart
rlLogInfo "REQUIRES=$REQUIRES"
rlLogInfo "COLLECTIONS=$COLLECTIONS"
rlLogInfo "SKIP_COLLECTION_METAPACKAGE_CHECK=$SKIP_COLLECTION_METAPACKAGE_CHECK"
rlRun "ARCH=$(arch)"
# We optionally need to skip checking for the presence of the metapackage
# because that would pull in all the dependent toolset subrpms. We do not
@ -53,7 +54,7 @@ rlJournalStart
rlLogInfo "(without skipped) COLLECTIONS=$COLLECTIONS"
rpm -q glibc-debuginfo &>/dev/null || rlRun 'debuginfo-install -y glibc'
rpm -q glibc-debuginfo.${ARCH} &>/dev/null || rlRun "debuginfo-install -y glibc.${ARCH}"
rlAssertRpm --all