From de8063f87192800c6dcc5ab1def5d2434f5e22a5 Mon Sep 17 00:00:00 2001 From: Cuihtlauac ALVARADO Date: Thu, 26 Sep 2024 11:00:29 +0200 Subject: [PATCH 1/2] Remove ocamlorg.opam Run `dune build ocamlorg.opam` to recreate it. --- ocamlorg.opam | 76 --------------------------------------------------- 1 file changed, 76 deletions(-) delete mode 100644 ocamlorg.opam diff --git a/ocamlorg.opam b/ocamlorg.opam deleted file mode 100644 index 40d3092094..0000000000 --- a/ocamlorg.opam +++ /dev/null @@ -1,76 +0,0 @@ -# This file is generated by dune, edit dune-project instead -opam-version: "2.0" -synopsis: "Official OCaml website" -description: - "This repository contains the server that serves the official OCaml website at https://ocaml.org." -maintainer: ["Thibaut Mattio" "Patrick Ferris"] -authors: [ - "Thibaut Mattio" - "Lucas Pluvinage" - "Patrick Ferris" - "Ashish Agarwal" - "Kanishka Azimi" - "Richard Davison" - "Jiae Kam" -] -license: "ISC" -homepage: "https://github.com/ocaml/ocaml.org" -doc: "https://ocaml.github.io/ocaml.org/" -bug-reports: "https://github.com/ocaml/ocaml.org/issues" -depends: [ - "ocaml" {>= "4.14.0"} - "dune" {>= "3.15"} - "cohttp" - "cohttp-lwt-unix" - "bos" - "crunch" - "mirage-kv-mem" - "dream-accept" - "dream-encoding" - "graphql" {>= "0.14.0"} - "fpath" - "fmt" - "logs" - "cmarkit" {>= "0.2.0"} - "opam-format" - "timedesc" {>= "2.0.0"} - "yojson" - "lwt" - "tailwindcss" - "hilite" {>= "0.4.0"} - "river" {>= "0.3"} - "syndic" - "ounit" - "alcotest" {with-test} - "mdx" {with-test & >= "1.10.0"} - "olinkcheck" - "ppx_deriving_yaml" - "ppx_stable" - "ezjsonm" - "lambdasoup" - "ptime" - "cmdliner" {>= "1.1.0"} - "xmlm" - "uri" - "odoc" {with-doc} -] -build: [ - ["dune" "subst"] {dev} - [ - "dune" - "build" - "-p" - name - "-j" - jobs - "@install" - "@runtest" {with-test} - "@doc" {with-doc} - ] -] -dev-repo: "git+https://github.com/ocaml/ocaml.org.git" -pin-depends: [ - ["river.dev" "git+https://github.com/aantron/river#476dc945a908a69548bddd267f143a3e5d9c8a1a"] - ["tailwindcss.dev" "https://github.com/tmattio/opam-tailwindcss/archive/3e60fc32bbcf82525999d83ad0f395e16107026b.tar.gz"] - ["olinkcheck.~dev" "git+https://github.com/tarides/olinkcheck"] -] From d9c481eecf90f600758b34b0fcbd115230f748d2 Mon Sep 17 00:00:00 2001 From: Cuihtlauac ALVARADO Date: Thu, 26 Sep 2024 11:29:11 +0200 Subject: [PATCH 2/2] Debug CI --- .github/workflows/debug-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/debug-ci.yml b/.github/workflows/debug-ci.yml index e50d0555a3..983b17a4c6 100644 --- a/.github/workflows/debug-ci.yml +++ b/.github/workflows/debug-ci.yml @@ -16,7 +16,7 @@ jobs: - macos-latest - ubuntu-latest ocaml-compiler: - - "4.14" + - "5.2" steps: - name: Checkout Repo @@ -39,6 +39,9 @@ jobs: run: brew update && brew reinstall libev openssl@3 # Openssl is a workaround for https://github.com/ocaml/opam-repository/issues/19676 if: runner.os == 'macOS' + - name: Create ocamlorg.opam + run: opam exec -- dune build ocamlorg.opam + - name: Install opam dependencies run: opam install --deps-only --with-test .