Skip to content

Commit

Permalink
Merge pull request #103 from MisterDA/updates
Browse files Browse the repository at this point in the history
Update test deps
  • Loading branch information
tmcgilchrist authored Jun 17, 2022
2 parents acd7125 + 9cd9dc3 commit aa686b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: 0 1 * * MON

env:
RUNC_VERSION: v1.1.0
RUNC_VERSION: v1.1.3

jobs:
build:
Expand All @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-latest
ocaml-compiler:
- 4.13.x
- 4.14.x

runs-on: ${{ matrix.os }}

Expand All @@ -30,7 +30,7 @@ jobs:
sudo apt-get install -y btrfs-progs zfs-dkms zfsutils-linux
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
Expand Down
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.13 base image.
; This script builds OBuilder itself using a snapshot of the ocaml/opam:debian-11-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:dca2be63c27c3860560bd70001f94c39c32e8a22fdc270e5e77d297b665c871f)
((from ocaml/opam@sha256:080c55f617d4cdb8e75b9d7b2d4f2ab2faa11af9125f8bcc4fed99b4a1f5a01f)
(workdir /src)
(user (uid 1000) (gid 1000)) ; Build as the "opam" user
(run (shell "sudo chown opam /src"))
(env OPAM_HASH "6ed2f3af9af5303f9a037a693e3f4696a4b51fe1") ; Fix the version of opam-repository we want
(env OPAM_HASH "e637ce47cd89e52fce3a0928ddbe3439c6616479") ; Fix the version of opam-repository we want
(run
(network host)
(shell "sudo apt-get --allow-releaseinfo-change update"))
Expand Down

0 comments on commit aa686b9

Please sign in to comment.