Update 2025-08-31 19:39 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2025-08-31 19:39:39 +02:00
parent ff04acca3a
commit a074d5b67d
5 changed files with 30 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ abort() { echo "Abort with >$0 $ARGS< on $(date)" >> /tmp/obsdmake.log; }
JOBS="${JOBS:=$(sysctl -n hw.ncpuonline)}"
JOBS=1
LOG="/tmp/obsdmake.log"
LOG="/home/sdk/obsdmake.log"
export CCACHE_DIR="/var/ccache"
export CCACHE_SLOPPINESS="locale,time_macros,random_seed,file_stat_matches,pch_defines"