From 9cd9dc355c218656e36b697163330dd1bacde38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 7 Jun 2022 13:03:07 +0200 Subject: [PATCH] Update test deps --- .github/workflows/main.yml | 6 +++--- example.spec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1233a1d7..e947865a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: - cron: 0 1 * * MON env: - RUNC_VERSION: v1.1.0 + RUNC_VERSION: v1.1.3 jobs: build: @@ -18,7 +18,7 @@ jobs: os: - ubuntu-latest ocaml-compiler: - - 4.13.x + - 4.14.x runs-on: ${{ matrix.os }} @@ -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 diff --git a/example.spec b/example.spec index 3b0eb11e..1045c651 100644 --- a/example.spec +++ b/example.spec @@ -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. ; @@ -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"))