Skip to content

Simplify building in FIPS mode

Vishal Tak requested to merge fips-cleanup into master

What does this MR do?

Currently, to build in FIPS mode, we need to run gitlab-pages-fips which was introduced in !716 (merged) .

Based on gitaly!4482 (merged) , this MR intends to make building in FIPS mode a compile time flag. Having the same make target (make gitlab-pages) also helps us utilize existing toolchains without any significant modifications(e.g. CNG images).

I have also made changes to the print statements based on comments in &7779 (comment 915174822)

TODO

Edited by Vishal Tak

Merge request reports