mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-04 02:40:05 +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 build_timestamp %(date +"%Y%m%d")
|
||||||
%global rel_build git.%{build_timestamp}.%{shortcommit}%{?dist}
|
%global rel_build git.%{build_timestamp}.%{shortcommit}%{?dist}
|
||||||
%define _disable_source_fetch 0
|
%define _disable_source_fetch 0
|
||||||
|
%global toolchain clang
|
||||||
|
|
||||||
Name: scx-scheds
|
Name: scx-scheds
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
@ -13,7 +14,7 @@ License: GPL=2.0
|
|||||||
URL: https://github.com/sched-ext/scx
|
URL: https://github.com/sched-ext/scx
|
||||||
Source0: %{URL}/archive/%{commit}.tar.gz
|
Source0: %{URL}/archive/%{commit}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: clang
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: meson >= 1.2
|
BuildRequires: meson >= 1.2
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
|
Loading…
Reference in New Issue
Block a user