-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update opam file with exclusions. bump version
- Loading branch information
Jose Nogueira
committed
Jul 15, 2024
1 parent
c770198
commit b4458c9
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>"] | ||
|
@@ -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" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] |