Compare commits

...

2 Commits

Author SHA1 Message Date
Richard W.M. Jones f029a3cf43 Add RHEL gating test 2024-06-19 13:46:04 +01:00
Richard W.M. Jones dc90075ef1 OCaml 5.2.0 ppc64le fix 2024-06-19 11:39:51 +01:00
4 changed files with 29 additions and 1 deletions

6
gating.yaml Executable file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -7,7 +7,7 @@ ExcludeArch: %{ix86}
Name: ocaml-findlib
Version: 1.9.6
Release: 12%{?dist}
Release: 13%{?dist}
Summary: Objective CAML package manager and build helper
License: MIT
@ -116,6 +116,9 @@ sed -i '/ocamlfind\.conf/d' .ofiles
%changelog
* Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 1.9.6-13
- OCaml 5.2.0 ppc64le fix
* Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 1.9.6-12
- OCaml 5.2.0 for Fedora 41

7
tests/basic-test.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash -
set -e
set -x
# There's not really any reason to test this as chain builds
# use findlib extensively. Just check the binary functions.
ocamlfind query findlib

12
tests/tests.yml Executable file
View File

@ -0,0 +1,12 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- ocaml
- ocaml-findlib
tests:
- simple:
dir: .
run: ./basic-test.sh