Skip to content

Let builds override build flags as planned

Steffen Müthing requested to merge bug/let-users-override-build-flags into master

Builds are supposed to be able to put additional files into /duneci/cmake-flags to override or extend the build configuration. This currently fails because the directory is only writable by root. Fix that problem by changing its owner to duneci.

Merge request reports