Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c33f55 commit 1878eeaCopy full SHA for 1878eea
black_list.rb
@@ -4,7 +4,5 @@
4
5
BlackList = [
6
["coq-compcert.3.1.0", "Error: Corrupted compiled interface"], # flaky Makefile
7
- ["coq-compcert.3.3.0", "Error: Corrupted compiled interface"], # flaky Makefile
8
- ["coq-ltac2.0.3", "coq-ltac2 -> coq >= 8.10"], # Coq 8.10 not released yet
9
- ["coq-ltac2.0.3", "While removing coq"] # Coq 8.10 not released yet
+ ["coq-compcert.3.3.0", "Error: Corrupted compiled interface"] # flaky Makefile
10
]
0 commit comments