Skip to content

Commit d712481

Browse files
committed
Debug goblint 2.0.0
1 parent 70a730d commit d712481

File tree

1 file changed

+7
-8
lines changed
  • packages/goblint-cil/goblint-cil.2.0.0

1 file changed

+7
-8
lines changed

packages/goblint-cil/goblint-cil.2.0.0/opam

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ authors: [
2424
"Simmo Saan"
2525
]
2626
license: "BSD-3-Clause"
27-
homepage: "https://github.com/goblint/cil"
28-
bug-reports: "https://github.com/goblint/cil/issues"
27+
homepage: "https://github.com/sim642/cil"
28+
bug-reports: "https://github.com/sim642/cil/issues"
2929
depends: [
3030
"ocaml" {>= "4.05.0"}
3131
"ocamlfind" {with-test}
@@ -55,9 +55,8 @@ build: [
5555
"@runtest" {with-test}
5656
"@doc" {with-doc}
5757
]
58-
["cat" "_build/default/test/cil.log"] {with-test} # HACK for opam-repository CI debugging
5958
]
60-
dev-repo: "git+https://github.com/goblint/cil.git"
59+
dev-repo: "git+https://github.com/sim642/cil.git"
6160
depexts: [
6261
["perl-ExtUtils-MakeMaker"] {os-distribution = "centos" | os-distribution = "fedora" | os-distribution = "ol"}
6362
["perl-FindBin"] {os-distribution = "fedora"}
@@ -66,10 +65,10 @@ depexts: [
6665
available: arch != "ppc32" & arch != "ppc64"
6766
url {
6867
src:
69-
"https://github.com/goblint/cil/releases/download/2.0.0/goblint-cil-2.0.0.tbz"
68+
"https://github.com/sim642/cil/releases/download/2.0.0_debug1/goblint-cil-2.0.0.debug1.tbz"
7069
checksum: [
71-
"sha256=0467f30218c7ef03074b96912e46f58883e5229ba7d30102470191ad39a49b26"
72-
"sha512=08a7a1a79dce32072431dd681866682e9dab7acbc4cb6e0e2255d6b71fea7020d7fcf00bbbb130489b77f03fa244382dce30eca67d75967e81b06e09996d44a8"
70+
"sha256=ec3e22c0be3e942ed37318bfe5a2ed889dd115969d2eec8c21e00339e5f6bc49"
71+
"sha512=dffe622b14174e9e10252897cbb54c34e8e2f4821f047c42bd43733bacf0d5cae334703706602b3ba407b73be8062bfdb40e4cb2cbe70fbdb9485c48b0eff92b"
7372
]
7473
}
75-
x-commit-hash: "9968b57aae763fd0b5d652e13e2f18b643eb82e4"
74+
x-commit-hash: "4896afa57ee2c5c62f17009118d84c348fcc2822"

0 commit comments

Comments
 (0)