Skip to content

Commit fb180ea

Browse files
committed
Remove systemtap-sdt-dtrace on el9 aarch64/ppc64le
This is part of -devel and the -dtrace package doesn't exist on these platforms.
1 parent 0a2239f commit fb180ea

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

configs/platforms/el-9-aarch64.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
readline-devel
1212
zlib-devel
1313
systemtap-sdt-devel
14-
systemtap-sdt-dtrace
1514
)
1615
plat.provision_with("dnf install -y --allowerasing #{packages.join(' ')}")
1716
plat.install_build_dependencies_with "dnf install -y --allowerasing "

configs/platforms/el-9-ppc64le.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
readline-devel
1111
zlib-devel
1212
systemtap-sdt-devel
13-
systemtap-sdt-dtrace
1413
)
1514
plat.provision_with("dnf install -y --allowerasing #{packages.join(' ')}")
1615
plat.install_build_dependencies_with "dnf install -y --allowerasing "

0 commit comments

Comments
 (0)