generated from general-packages/pika-pkg-template
Update main.sh
This commit is contained in:
parent
c90cd430a9
commit
a4e5e7c43c
3
main.sh
3
main.sh
@ -6,11 +6,12 @@ set -e
|
|||||||
|
|
||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
VERSION="1.0.2.git"
|
VERSION="1.0.3"
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
#git clone https://github.com/sched-ext/scx.git -b v"$VERSION"
|
#git clone https://github.com/sched-ext/scx.git -b v"$VERSION"
|
||||||
git clone https://github.com/sched-ext/scx.git
|
git clone https://github.com/sched-ext/scx.git
|
||||||
|
git checkout 1.0.3
|
||||||
cp -rvf ./debian ./scx/
|
cp -rvf ./debian ./scx/
|
||||||
cd ./scx/
|
cd ./scx/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user