Skip to content

Commit

Permalink
sched-ext: fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Gorski <[email protected]>
  • Loading branch information
sirlucjan committed Nov 2, 2023
1 parent 7fab823 commit 96f27a5
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions linux-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ build() {

if [ "$_cpusched" = "sched-ext" ]; then
# Build the sched_ext schedulers
cd "$srcdir/sched_ext/tools/sched_ext"
cd "$srcdir/$_srcname/tools/sched_ext"
unset CFLAGS
unset CXXFLAGS
make CC=clang LLVM=1 -j
Expand Down Expand Up @@ -844,7 +844,7 @@ _package-schedulers() {
pkgdesc="Schedulers for $pkgdesc kernel"
depends=('libbpf' 'bpf' 'clang')

cd "${srcdir}/sched_ext/tools/sched_ext/build/bin"
cd "$srcdir/$_srcname/tools/sched_ext/build/bin"

install -Dm755 scx_central "$pkgdir"/usr/bin/scx_central
install -Dm755 scx_flatcg "$pkgdir"/usr/bin/scx_flatcg
Expand Down
4 changes: 2 additions & 2 deletions linux-cachyos-bore-rt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ build() {

if [ "$_cpusched" = "sched-ext" ]; then
# Build the sched_ext schedulers
cd "$srcdir/sched_ext/tools/sched_ext"
cd "$srcdir/$_srcname/tools/sched_ext"
unset CFLAGS
unset CXXFLAGS
make CC=clang LLVM=1 -j
Expand Down Expand Up @@ -844,7 +844,7 @@ _package-schedulers() {
pkgdesc="Schedulers for $pkgdesc kernel"
depends=('libbpf' 'bpf' 'clang')

cd "${srcdir}/sched_ext/tools/sched_ext/build/bin"
cd "$srcdir/$_srcname/tools/sched_ext/build/bin"

install -Dm755 scx_central "$pkgdir"/usr/bin/scx_central
install -Dm755 scx_flatcg "$pkgdir"/usr/bin/scx_flatcg
Expand Down
4 changes: 2 additions & 2 deletions linux-cachyos-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ build() {

if [ "$_cpusched" = "sched-ext" ]; then
# Build the sched_ext schedulers
cd "$srcdir/sched_ext/tools/sched_ext"
cd "$srcdir/$_srcname/tools/sched_ext"
unset CFLAGS
unset CXXFLAGS
make CC=clang LLVM=1 -j
Expand Down Expand Up @@ -844,7 +844,7 @@ _package-schedulers() {
pkgdesc="Schedulers for $pkgdesc kernel"
depends=('libbpf' 'bpf' 'clang')

cd "${srcdir}/sched_ext/tools/sched_ext/build/bin"
cd "$srcdir/$_srcname/tools/sched_ext/build/bin"

install -Dm755 scx_central "$pkgdir"/usr/bin/scx_central
install -Dm755 scx_flatcg "$pkgdir"/usr/bin/scx_flatcg
Expand Down
4 changes: 2 additions & 2 deletions linux-cachyos-eevdf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ build() {

if [ "$_cpusched" = "sched-ext" ]; then
# Build the sched_ext schedulers
cd "$srcdir/sched_ext/tools/sched_ext"
cd "$srcdir/$_srcname/tools/sched_ext"
unset CFLAGS
unset CXXFLAGS
make CC=clang LLVM=1 -j
Expand Down Expand Up @@ -844,7 +844,7 @@ _package-schedulers() {
pkgdesc="Schedulers for $pkgdesc kernel"
depends=('libbpf' 'bpf' 'clang')

cd "${srcdir}/sched_ext/tools/sched_ext/build/bin"
cd "$srcdir/$_srcname/tools/sched_ext/build/bin"

install -Dm755 scx_central "$pkgdir"/usr/bin/scx_central
install -Dm755 scx_flatcg "$pkgdir"/usr/bin/scx_flatcg
Expand Down
4 changes: 2 additions & 2 deletions linux-cachyos-rc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ build() {

if [ "$_cpusched" = "sched-ext" ]; then
# Build the sched_ext schedulers
cd "$srcdir/sched_ext/tools/sched_ext"
cd "$srcdir/$_srcname/tools/sched_ext"
unset CFLAGS
unset CXXFLAGS
make CC=clang LLVM=1 -j
Expand Down Expand Up @@ -846,7 +846,7 @@ _package-schedulers() {
pkgdesc="Schedulers for $pkgdesc kernel"
depends=('libbpf' 'bpf' 'clang')

cd "${srcdir}/sched_ext/tools/sched_ext/build/bin"
cd "$srcdir/$_srcname/tools/sched_ext/build/bin"

install -Dm755 scx_central "$pkgdir"/usr/bin/scx_central
install -Dm755 scx_flatcg "$pkgdir"/usr/bin/scx_flatcg
Expand Down
4 changes: 2 additions & 2 deletions linux-cachyos-rt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ build() {

if [ "$_cpusched" = "sched-ext" ]; then
# Build the sched_ext schedulers
cd "$srcdir/sched_ext/tools/sched_ext"
cd "$srcdir/$_srcname/tools/sched_ext"
unset CFLAGS
unset CXXFLAGS
make CC=clang LLVM=1 -j
Expand Down Expand Up @@ -844,7 +844,7 @@ _package-schedulers() {
pkgdesc="Schedulers for $pkgdesc kernel"
depends=('libbpf' 'bpf' 'clang')

cd "${srcdir}/sched_ext/tools/sched_ext/build/bin"
cd "$srcdir/$_srcname/tools/sched_ext/build/bin"

install -Dm755 scx_central "$pkgdir"/usr/bin/scx_central
install -Dm755 scx_flatcg "$pkgdir"/usr/bin/scx_flatcg
Expand Down
4 changes: 2 additions & 2 deletions linux-cachyos-server/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ build() {

if [ "$_cpusched" = "sched-ext" ]; then
# Build the sched_ext schedulers
cd "$srcdir/sched_ext/tools/sched_ext"
cd "$srcdir/$_srcname/tools/sched_ext"
unset CFLAGS
unset CXXFLAGS
make CC=clang LLVM=1 -j
Expand Down Expand Up @@ -844,7 +844,7 @@ _package-schedulers() {
pkgdesc="Schedulers for $pkgdesc kernel"
depends=('libbpf' 'bpf' 'clang')

cd "${srcdir}/sched_ext/tools/sched_ext/build/bin"
cd "$srcdir/$_srcname/tools/sched_ext/build/bin"

install -Dm755 scx_central "$pkgdir"/usr/bin/scx_central
install -Dm755 scx_flatcg "$pkgdir"/usr/bin/scx_flatcg
Expand Down
4 changes: 2 additions & 2 deletions linux-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ build() {

if [ "$_cpusched" = "sched-ext" ]; then
# Build the sched_ext schedulers
cd "$srcdir/sched_ext/tools/sched_ext"
cd "$srcdir/$_srcname/tools/sched_ext"
unset CFLAGS
unset CXXFLAGS
make CC=clang LLVM=1 -j
Expand Down Expand Up @@ -844,7 +844,7 @@ _package-schedulers() {
pkgdesc="Schedulers for $pkgdesc kernel"
depends=('libbpf' 'bpf' 'clang')

cd "${srcdir}/sched_ext/tools/sched_ext/build/bin"
cd "$srcdir/$_srcname/tools/sched_ext/build/bin"

install -Dm755 scx_central "$pkgdir"/usr/bin/scx_central
install -Dm755 scx_flatcg "$pkgdir"/usr/bin/scx_flatcg
Expand Down

0 comments on commit 96f27a5

Please sign in to comment.