Skip to content

Commit 92d1822

Browse files
committed
fix builds,m, hopefully
1 parent bf1ddbd commit 92d1822

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.cirrus.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ linux_task:
1414
matrix:
1515
- image: ubuntu:bionic
1616
- image: ubuntu:focal
17-
- image: ubuntu:hirsute
1817
- image: debian:buster
1918
- image: gcc:latest
2019

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image:
2-
- Visual Studio 2017
2+
- Visual Studio 2022
33

44
version: '{build}'
55

src/scripts/all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ROOTDIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd )"
66

77
function build() {
88
#NICE="nice -n20"
9-
NICE="schedtool -5 -e"
9+
NICE="chrt -i 0"
1010

1111
ORIGINDIR=$(pwd)
1212

0 commit comments

Comments
 (0)