File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 9898 (name backtrace)
9999 (libraries domainslib)
100100 (modules backtrace)
101- (enabled_if (and (= %{arch_sixtyfour} true) (<> %{architecture} power))))
101+ (enabled_if (and (= %{arch_sixtyfour} true) (<> %{architecture} power) (<> %{architecture} s390x) )))
102102 ;; disabled temporarily on bytecode switches https://github.com/ocaml/dune/issues/7845
103103
104104(test
112112 (name task_one_dep)
113113 (modules task_one_dep)
114114 (libraries qcheck-multicoretests-util qcheck-core qcheck-core.runner domainslib)
115- (enabled_if (and (= %{arch_sixtyfour} true) (<> %{architecture} power))) ;; takes forever on bytecode
115+ (enabled_if (and (= %{arch_sixtyfour} true) (<> %{architecture} power) (<> %{architecture} s390x)))
116+ ;; takes forever on bytecode
116117 (action (run %{test} --verbose)))
117118
118119(test
119120 (name task_more_deps)
120121 (modules task_more_deps)
121122 (libraries qcheck-multicoretests-util qcheck-core qcheck-core.runner domainslib)
122- (enabled_if (and (= %{arch_sixtyfour} true) (<> %{architecture} power))) ;; takes forever on bytecode
123+ (enabled_if (and (= %{arch_sixtyfour} true) (<> %{architecture} power) (<> %{architecture} s390x)))
124+ ;; takes forever on bytecode
123125 (action (run %{test} --verbose)))
124126
125127(test
You can’t perform that action at this time.
0 commit comments