this repo has no description

Merge pull request #19151 from kit-ty-kate/fix-5

Disable the tests for frama-c.21.* (incompatible with opam sandbox)

Kate 81a779dd fcf1fabc

Changed files
+10 -8
packages
frama-c
frama-c.21.0
frama-c.21.1
+5 -4
packages/frama-c/frama-c.21.0/opam
···
[make "-C" "doc" "install"] {with-doc}
]
-
run-test: [
-
[make "-j%{jobs}%" "PTESTS_OPTS=-error-code" "tests"]
-
]
+
#run-test: [
+
# [make "-j%{jobs}%" "PTESTS_OPTS=-error-code" "tests"]
+
#]
+
# Logs diffs against /tmp not /opam-tmp (imcompatible with opam sandbox)
depends: [
"ocaml" { >= "4.05.0" & ( < "4.08.0~" | >= "4.08.1" ) }
···
"conf-graphviz" { post }
"yojson"
"why3" { >= "1.3.1" & < "1.4~" }
-
"conf-time" {with-test}
+
# "conf-time" {with-test}
]
depopts: [
+5 -4
packages/frama-c/frama-c.21.1/opam
···
[make "-C" "doc" "install"] {with-doc}
]
-
run-test: [
-
[make "-j%{jobs}%" "PTESTS_OPTS=-error-code" "tests"]
-
]
+
#run-test: [
+
# [make "-j%{jobs}%" "PTESTS_OPTS=-error-code" "tests"]
+
#]
+
# Logs diffs against /tmp not /opam-tmp (imcompatible with opam sandbox)
depends: [
"ocaml" { >= "4.05.0" & ( < "4.08.0~" | >= "4.08.1" ) }
···
"conf-graphviz" { post }
"yojson"
"why3" { >= "1.3.1" & < "1.4~" }
-
"conf-time" {with-test}
+
# "conf-time" {with-test}
]
depopts: [