Skip to content

Commit

Permalink
Update opam images hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Sep 3, 2024
1 parent bc6eca8 commit 53eb19a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions example.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; This script builds OBuilder itself using a snapshot of the ocaml/opam:debian-11-ocaml-4.14 base image.
; This script builds OBuilder itself using a snapshot of the ocaml/opam:debian-12-ocaml-4.14 base image.
;
; Run it from the top-level of the OBuilder source tree, e.g.
;
Expand All @@ -7,11 +7,11 @@
; The result can then be found in /tank/HASH/rootfs/ (where HASH is displayed at the end of the build).

((build dev
((from ocaml/opam@sha256:4bfe3c0814b4220417d6ccbbed7eb5486a35d900024745c1f299973e9584e0e5)
((from ocaml/opam@sha256:02f01da51f1ed2ae4191f143a46a508e2a34652c11ad2715e2bbe8e0d36fc30d)
(workdir /src)
(user (uid 1000) (gid 1000)) ; Build as the "opam" user
(run (shell "sudo chown opam /src"))
(env OPAM_HASH "f44d347b2119b4bdfddfb2a8ec55ae25c396c0d7")
(env OPAM_HASH "8187cd8d3681d53f5042b5da316fa3f5e005a247")
(run
(network host)
(shell "sudo apt-get --allow-releaseinfo-change update"))
Expand Down
4 changes: 2 additions & 2 deletions example.windows.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; This script builds OBuilder itself using a snapshot of the
; ocaml/opam:windows-mingw-ltsc2022-ocaml-4.14 base image.
; ocaml/opam:windows-server-mingw-ltsc2022-ocaml-4.14 base image.
;
; Run it from the top-level of the OBuilder source tree, e.g.
;
Expand All @@ -12,7 +12,7 @@
; ROOTID is computed as follows: $(realpath "$(root)" | sha256sum | cut -b -7)

((build dev
((from ocaml/opam@sha256:4bfe3c0814b4220417d6ccbbed7eb5486a35d900024745c1f299973e9584e0e5)
((from ocaml/opam@sha256:cdd6e6604489d7700af2768f939439593c5c2f5e6585db8827297ec02d1113ef)
(workdir /src)
(env OPAM_REPO_MINGW_HASH "921b0eceb594f96c0c7f40bb2676783be4362aeb") ; Fix the version of opam-repository-mingw we want
(env OPAM_HASH "f44d347b2119b4bdfddfb2a8ec55ae25c396c0d7") ; Fix the version of opam-repository we want
Expand Down

0 comments on commit 53eb19a

Please sign in to comment.