Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: disable SDL — DRI/GBM not working on ThinkPad 11e, use DRM

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
oven/native-builder.mjs
··· 464 464 addLogLine(job, "stdout", "Phase 2: Compiling C kernel in Docker..."); 465 465 const cidFile = `/tmp/oven-cid-${job.id}`; 466 466 await runPhase(job, "build", "bash", ["-c", [ 467 - `CID=$(docker create -e AC_BUILD_NAME=${buildName} -e AC_BUILD_SDL=1 -v ac-os-ccache:/ccache ac-os-builder)`, 467 + `CID=$(docker create -e AC_BUILD_NAME=${buildName} -e AC_BUILD_SDL=0 -v ac-os-ccache:/ccache ac-os-builder)`, 468 468 `echo $CID > ${cidFile}`, 469 469 `docker start -a $CID`, 470 470 ].join(" && ")], repoDir);