Skip to content

Commit 74f5d27

Browse files
committed
build_type=Debug to get more information on the remaining failing GH-Actions tests.
1 parent 50310b8 commit 74f5d27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/spack_cpu_build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,18 @@ jobs:
103103
# - exago@develop~mpi~ipopt~hiop~python~raja
104104
# See #44 - +mpi~python should fail if no python in system,
105105
# but the runner happens to have one...
106-
- exago@develop+mpi~ipopt+hiop~python~raja ^openmpi ^hiop~raja~sparse
106+
- exago@develop+mpi~ipopt+hiop~python~raja build_type=Debug ^openmpi ^hiop~raja~sparse
107107
# See #18 - +hiop~mpi causes issues
108108
# - exago@develop~mpi~ipopt+hiop~python+raja
109109
# See #16 - +python~mpi causes issues
110110
# - exago@develop~mpi~ipopt+hiop+python~raja
111111
# Python build in GH actions is failing. Using system python.
112112
# - exago@develop+mpi~ipopt+hiop+python~raja ^openmpi
113113
# See #40 - +hiop+raja~ipopt ^hiop~sparse is useful for edge cases
114-
- exago@develop+mpi~ipopt+hiop~python+raja ^openmpi ^hiop+raja~sparse
115-
- exago@develop+mpi+ipopt+hiop~python+raja ^openmpi ^hiop+raja~sparse
116-
- exago@develop+mpi+ipopt+hiop+python+raja ^openmpi ^hiop+raja~sparse
117-
- exago@develop+mpi+ipopt~hiop+python~raja ^openmpi
114+
- exago@develop+mpi~ipopt+hiop~python+raja build_type=Debug ^openmpi ^hiop+raja~sparse
115+
- exago@develop+mpi+ipopt+hiop~python+raja build_type=Debug ^openmpi ^hiop+raja~sparse
116+
- exago@develop+mpi+ipopt+hiop+python+raja build_type=Debug ^openmpi ^hiop+raja~sparse
117+
- exago@develop+mpi+ipopt~hiop+python~raja build_type=Debug ^openmpi
118118

119119
name: Build ExaGO with Spack
120120
steps:

0 commit comments

Comments
 (0)