Skip to content

Commit cb8c7f1

Browse files
committed
scripts/obs/_config: no ccache in RHEL_7 it seems [#1209]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent e1ce3f3 commit cb8c7f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/obs/_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Prefer: libusb-1.0-dev
77
Prefer: neon-devel
88
Prefer: util-linux
99

10-
%if "x%{_repository}" == "xRaspbian_11"
10+
%if "x%{_repository}" == "xRaspbian_11" || "x%{_repository}" == "xRHEL_7"
1111
%else
1212
# Use ccache or sccache (let OBS pick its preference) for faster (re-)builds:
1313
BuildFlags: useccache:nut

0 commit comments

Comments
 (0)