Skip to content

Commit 8ad2812

Browse files
committed
Add BuildRequires on binutils-gold
While we *are* building the gold plugin, I noticed that we're no longer running the tests for it on f41 and rawhide. Add a BuildRequires on binutils-gold to restore the tests.
1 parent a7e3073 commit 8ad2812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ BuildRequires: python%{python3_pkgversion}-myst-parser
293293
BuildRequires: multilib-rpm-config
294294
%if %{with gold}
295295
BuildRequires: binutils-devel
296+
BuildRequires: binutils-gold
296297
%endif
297298
%ifarch %{valgrind_arches}
298299
# Enable extra functionality when run the LLVM JIT under valgrind.

0 commit comments

Comments
 (0)