We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1ddbd commit 92d1822Copy full SHA for 92d1822
.cirrus.yml
@@ -14,7 +14,6 @@ linux_task:
14
matrix:
15
- image: ubuntu:bionic
16
- image: ubuntu:focal
17
- - image: ubuntu:hirsute
18
- image: debian:buster
19
- image: gcc:latest
20
appveyor.yml
@@ -1,5 +1,5 @@
1
image:
2
-- Visual Studio 2017
+- Visual Studio 2022
3
4
version: '{build}'
5
src/scripts/all.sh
@@ -6,7 +6,7 @@ ROOTDIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd )"
6
7
function build() {
8
#NICE="nice -n20"
9
- NICE="schedtool -5 -e"
+ NICE="chrt -i 0"
10
11
ORIGINDIR=$(pwd)
12
0 commit comments