Skip to content

Commit dffd638

Browse files
committed
Revert "packit: exclude non "-O2" builds"
This reverts commit 8143caf.
1 parent bba507f commit dffd638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.packit/ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ IGNORE_EXIT_STATUS=
108108
# If the test passes unexpectedly, it fails as exit status non-zero.
109109
#
110110
# Set the default behavior for each test.
111-
MATRIX_DEFAULT_GCC_DEFAULT="exclude"
111+
MATRIX_DEFAULT_GCC_DEFAULT="include"
112112
MATRIX_DEFAULT_GCC_O2="include"
113113
MATRIX_DEFAULT_GCC_RPM="exclude"
114-
MATRIX_DEFAULT_CLANG_DEFAULT="exclude"
114+
MATRIX_DEFAULT_CLANG_DEFAULT="include"
115115
MATRIX_DEFAULT_CLANG_O2="include"
116116
MATRIX_DEFAULT_CLANG_RPM="exclude"
117117
# Set the CPU specific behavior for each test optionally.

0 commit comments

Comments
 (0)