Skip to content

Commit a3acf64

Browse files
authored
Merge pull request ocaml#28099 from smuenzel/nuscr-2.0.0-cram-test
Attempt to fix nuscr 2.0.0 cram tests
1 parent 2ca3623 commit a3acf64

File tree

1 file changed

+7
-0
lines changed
  • packages/nuscr/nuscr.2.0.0

1 file changed

+7
-0
lines changed

packages/nuscr/nuscr.2.0.0/opam

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ build: [
4141
]
4242
]
4343
dev-repo: "git+https://github.com/nuscr/nuscr.git"
44+
patches: ["fix-cram-tests.patch"]
4445
url {
4546
src: "https://github.com/nuscr/nuscr/releases/download/2.0.0/nuscr-web-2.0.0.tbz"
4647
checksum: [
@@ -49,3 +50,9 @@ url {
4950
]
5051
}
5152
x-commit-hash: "376b3b0af868aea0a7be12423b9724afdec21154"
53+
extra-source "fix-cram-tests.patch" {
54+
src:
55+
"https://github.com/ocaml/opam-source-archives/raw/refs/heads/main/patches/nuscr/fix-cram-tests.2.0.0.patch"
56+
checksum:
57+
"sha256=47de3ba7be65eacbf55fa04534354857f99f7baf0e5c4f553a3774abb61dca15"
58+
}

0 commit comments

Comments
 (0)