mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
feat: Build scx-scheds with clang
This commit is contained in:
parent
ed3f4276b7
commit
9848d254e5
@ -3,6 +3,7 @@
|
||||
%global build_timestamp %(date +"%Y%m%d")
|
||||
%global rel_build git.%{build_timestamp}.%{shortcommit}%{?dist}
|
||||
%define _disable_source_fetch 0
|
||||
%global toolchain clang
|
||||
|
||||
Name: scx-scheds
|
||||
Version: 1.0.1
|
||||
@ -13,7 +14,7 @@ License: GPL=2.0
|
||||
URL: https://github.com/sched-ext/scx
|
||||
Source0: %{URL}/archive/%{commit}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: clang
|
||||
BuildRequires: git
|
||||
BuildRequires: meson >= 1.2
|
||||
BuildRequires: python
|
||||
|
Loading…
Reference in New Issue
Block a user