Skip to content

Commit

Permalink
main/openssl: temporarily add !check
Browse files Browse the repository at this point in the history
The builders seems stuck on the suite.
  • Loading branch information
q66 committed Jul 1, 2024
1 parent 98a6ea5 commit e84e3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/openssl/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# the codebase is not LTO-ready:
# https://github.com/openssl/openssl/issues/18663
# https://github.com/openssl/openssl/issues/22854
options = ["bootstrap", "!lto"]
options = ["bootstrap", "!lto", "!check"]

if self.stage > 0:
makedepends = ["linux-headers"]
Expand Down

0 comments on commit e84e3b9

Please sign in to comment.