Skip to content

Commit b531e58

Browse files
committed
Update CIL to fix machdep-config.h per architecture
1 parent 5d7c2c1 commit b531e58

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

goblint.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
9898
# also remember to generate/adjust goblint.opam.locked!
9999
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
100100
pin-depends: [
101-
# published goblint-cil 2.0.7 is currently up-to-date, but pinned for reproducibility
102-
[ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585" ]
101+
[ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#e5b6287c0c85864c6d44f7fa30d0084a3ae11d6c" ]
103102
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
104103
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
105104
]

goblint.opam.locked

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ post-messages: [
145145
pin-depends: [
146146
[
147147
"goblint-cil.2.0.7"
148-
"git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585"
148+
"git+https://github.com/goblint/cil.git#e5b6287c0c85864c6d44f7fa30d0084a3ae11d6c"
149149
]
150150
[
151151
"apron.v0.9.15"

goblint.opam.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# also remember to generate/adjust goblint.opam.locked!
33
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
44
pin-depends: [
5-
# published goblint-cil 2.0.7 is currently up-to-date, but pinned for reproducibility
6-
[ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585" ]
5+
[ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#e5b6287c0c85864c6d44f7fa30d0084a3ae11d6c" ]
76
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
87
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
98
]

0 commit comments

Comments
 (0)