scx/main.sh
Ward from fusion-voyager-3 64fb1a0c0d
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 36s
we may need to change some meson opts
2024-08-15 22:28:41 +03:00

27 lines
478 B
Bash
Executable File

#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="1.0.2"
# Clone Upstream
git clone https://github.com/sched-ext/scx.git -b v"$VERSION"
cp -rvf ./debian ./scx/
cd ./scx/
# Get build deps
LOGNAME=root dh_make --createorig -y -l -p scx_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/