Revert "Optimize scheduler"

This reverts commit 2b944e7af1.
This commit is contained in:
Sotr
2019-03-07 16:38:11 +08:00
parent 3eababf82b
commit 7c849914d2
3 changed files with 2 additions and 623 deletions

View File

@@ -5,7 +5,7 @@ set -e
basedir="$(pwd -P)"
version="master"
(git submodule update --init --remote && cd "$basedir" && chmod +x scripts/build.sh && ./scripts/build.sh "$basedir" "$1" "$2" "$3") || (
(git submodule update --init --remote && cd "work/Paper" && git checkout "$version" && cd "$basedir" && chmod +x scripts/build.sh && ./scripts/build.sh "$basedir" "$1" "$2" "$3") || (
echo "Failed to build Akarin"
exit 1
) || exit 1