Skip to content

Commit

Permalink
Fixes disable of LTO on RHEL8. (apache#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-at-work authored Aug 25, 2021
1 parent f77ef94 commit f45f16b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/base/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,11 @@ builds:
- _: #@ template.replace(new_build("rhel-8"))
image_family: build-rhel-8
source_image_family: rhel-8
#@yaml/map-key-override
params:
CMAKE_CONFIGURE_FLAGS: "-DUSE_IPO=NO"
CMAKE_BUILD_FLAGS: "-j16"
CPACK_GENERATORS: "TGZ"

- _: #@ template.replace(new_build("ubuntu-16.04"))
image_family: build-ubuntu-16-04
Expand Down

0 comments on commit f45f16b

Please sign in to comment.