Skip to content

Commit

Permalink
Explicitly enable Doxygen on our CI builds
Browse files Browse the repository at this point in the history
Doxygen is present in the CI image but no longer automatically enabled
since commit 26a1ccf.
  • Loading branch information
pmatilai authored and ffesti committed Jun 17, 2024
1 parent e98aa17 commit 8a721b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ RUN cmake \
-DENABLE_BDB_RO=ON \
-DWITH_FSVERITY=ON \
-DWITH_IMAEVM=ON \
-DWITH_DOXYGEN=ON \
-DMKTREE_BACKEND=rootfs \
../rpm
RUN make -j$(nproc) tree
Expand Down

0 comments on commit 8a721b6

Please sign in to comment.