Skip to content

Commit dd70539

Browse files
committed
Fix OCaml version in tests.
1 parent 6abf099 commit dd70539

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Artifacts.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5390,24 +5390,24 @@ os = "linux"
53905390

53915391
[["Rootfs.v2025.7.4.x86_64-linux-musl.squashfs"]]
53925392
arch = "x86_64"
5393-
git-tree-sha1 = "7e74660a66b2914c785c55092fc7bd6adf0ef8b9"
5393+
git-tree-sha1 = "68d66eaf3d8ed99afea82229e16ce9eda2b454da"
53945394
lazy = true
53955395
libc = "musl"
53965396
os = "linux"
53975397

53985398
[["Rootfs.v2025.7.4.x86_64-linux-musl.squashfs".download]]
5399-
sha256 = "468d5c0fb3a6167171f2464555cd67257f1cdc87bcc0bdab5914208076f5fa8c"
5399+
sha256 = "303aa5972b7b5b92838de6d20208fcbce26dfc1ed41328cba8c78cd5b9fb7b30"
54005400
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2025.7.4/Rootfs.v2025.7.4.x86_64-linux-musl.squashfs.tar.gz"
54015401

54025402
[["Rootfs.v2025.7.4.x86_64-linux-musl.unpacked"]]
54035403
arch = "x86_64"
5404-
git-tree-sha1 = "fcf20261875c921fae433a73e0ca11d5750770e6"
5404+
git-tree-sha1 = "e8c56f9c44dbe45e2f378f5b44bf8e81190c3e62"
54055405
lazy = true
54065406
libc = "musl"
54075407
os = "linux"
54085408

54095409
[["Rootfs.v2025.7.4.x86_64-linux-musl.unpacked".download]]
5410-
sha256 = "3b36e51a960db22767f1ea2a4bbada2d09173b58a61b68e2d6334585b373cec1"
5410+
sha256 = "b0e3353902e74394387311cb3122a1856704c35257acf9bb39268860f7a77df6"
54115411
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2025.7.4/Rootfs.v2025.7.4.x86_64-linux-musl.unpacked.tar.gz"
54125412

54135413
[["RustBase.v1.57.0.x86_64-linux-musl.squashfs"]]

test/rootfs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ end
142142
platform = Platform("x86_64", "linux")
143143
common_opts = (preferred_gcc_version=v"9", compilers=[:c, :ocaml])
144144

145-
shards = choose_shards(platform; preferred_ocaml_version = v"5.4", (common_opts)... )
146-
@test filter(s-> s.name == "OCaml", shards)[end].version == v"5.4"
145+
shards = choose_shards(platform; preferred_ocaml_version = v"5.3", (common_opts)... )
146+
@test filter(s-> s.name == "OCaml", shards)[end].version == v"5.3"
147147

148148
@test_throws ErrorException choose_shards(platform; preferred_ocaml_version = v"4.1", (common_opts)...)
149149
end

0 commit comments

Comments
 (0)