Skip to content

Commit

Permalink
fix builds,m, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
martinus committed Nov 9, 2022
1 parent bf1ddbd commit 92d1822
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ linux_task:
matrix:
- image: ubuntu:bionic
- image: ubuntu:focal
- image: ubuntu:hirsute
- image: debian:buster
- image: gcc:latest

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
- Visual Studio 2017
- Visual Studio 2022

version: '{build}'

Expand Down
2 changes: 1 addition & 1 deletion src/scripts/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ROOTDIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd )"

function build() {
#NICE="nice -n20"
NICE="schedtool -5 -e"
NICE="chrt -i 0"

ORIGINDIR=$(pwd)

Expand Down

0 comments on commit 92d1822

Please sign in to comment.