Skip to content

enable -Werror on CI

David Heidelberg requested to merge dh/piglit:warnings_as_errors into main

Regular compilation with -Werror is an unnecessary burden, but verifying code with it on CI seems reasonable.

Because the release of TOX 4.0 yesterday broke our CI (not finding the mako), I added a commit for downgrading and also updated ci-templates and the Debian image.

Added an extra commit removing an unused variable that was recently merged.

Edited by David Heidelberg

Merge request reports