From af2d917e80b020da78e8fda21eb2d02328f35110 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Tue, 7 Oct 2025 21:19:49 +0200 Subject: [PATCH 1/2] Add missing conf-npm to alcotest-js.1.9.1 to avoid 'Program node not found in the tree or in PATH' --- packages/alcotest-js/alcotest-js.1.9.1/opam | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/alcotest-js/alcotest-js.1.9.1/opam b/packages/alcotest-js/alcotest-js.1.9.1/opam index f67dd1a74f11..ac4f4f37f3b0 100644 --- a/packages/alcotest-js/alcotest-js.1.9.1/opam +++ b/packages/alcotest-js/alcotest-js.1.9.1/opam @@ -15,6 +15,7 @@ depends: [ "js_of_ocaml-compiler" {>= "3.11.0"} "fmt" {with-test & >= "0.8.7"} "cmdliner" {with-test & >= "1.2.0"} + "conf-npm" {with-test} "odoc" {with-doc} ] dev-repo: "git+https://github.com/mirage/alcotest.git" From 6b006a8900cb4b4e3fc06c336ef28fa04fdb08b5 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Tue, 7 Oct 2025 23:33:10 +0200 Subject: [PATCH 2/2] Add x-ci-accept-failures for debian-11 and ubuntu-22.04 with old Node/JS engines --- packages/alcotest-js/alcotest-js.1.9.1/opam | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/alcotest-js/alcotest-js.1.9.1/opam b/packages/alcotest-js/alcotest-js.1.9.1/opam index ac4f4f37f3b0..1f7428f59712 100644 --- a/packages/alcotest-js/alcotest-js.1.9.1/opam +++ b/packages/alcotest-js/alcotest-js.1.9.1/opam @@ -35,6 +35,7 @@ build: [ ] ] x-maintenance-intent: [ "(latest)" ] +x-ci-accept-failures: [ "debian-11" "ubuntu-22.04"] url { src: "https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz"