From b4458c947b199c7365f89710709278061ebf0c63 Mon Sep 17 00:00:00 2001 From: Jose Nogueira Date: Mon, 15 Jul 2024 17:08:53 +0000 Subject: [PATCH] update opam file with exclusions. bump version --- CHANGES.md | 3 +++ passage.opam | 11 ++++++++++- passage.opam.template | 9 +++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0365a9f..a4cb6bf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## 0.1.2 (2024-07-15) +- Update test config and add opam ci exclusions + ## 0.1.1 (2024-07-11) - Fix merlin dep and template parser diff --git a/passage.opam b/passage.opam index 4eaf31d..dce3388 100644 --- a/passage.opam +++ b/passage.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.1.1" +version: "0.1.2" synopsis: "Passage - used to store and manage access to shared secrets" description: "Passage - used to store and manage access to shared secrets" maintainer: ["Ahrefs Pte Ltd "] @@ -44,3 +44,12 @@ dev-repo: "git+https://github.com/ahrefs/passage.git" depexts: [ ["age"] {os-family = "debian"} ] +x-ci-accept-failures: [ + "alpine-3.20" + "archlinux" + "debian-11" + "fedora-39" + "fedora-40" + "opensuse-15.6" + "opensuse-tumbleweed" +] diff --git a/passage.opam.template b/passage.opam.template index ee5dcfb..aed32be 100644 --- a/passage.opam.template +++ b/passage.opam.template @@ -1,3 +1,12 @@ depexts: [ ["age"] {os-family = "debian"} ] +x-ci-accept-failures: [ + "alpine-3.20" + "archlinux" + "debian-11" + "fedora-39" + "fedora-40" + "opensuse-15.6" + "opensuse-tumbleweed" +]