Skip to content

Commit 048ada5

Browse files
committed
Don't test any of FreeBSD for OCaml support.
1 parent ddc2520 commit 048ada5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/building.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ shards_to_test = expand_cxxstring_abis(expand_gfortran_versions(shards_to_test))
161161
platforms_match(shard, Platform("i686", "linux")) ||
162162
platforms_match(shard, Platform("armv6l", "linux")) ||
163163
platforms_match(shard, Platform("armv7l", "linux")) ||
164-
platforms_match(shard, Platform("aarch64", "freebsd")))
164+
platforms_match(shard, Platform("aarch64", "freebsd")) ||
165+
platforms_match(shard, Platform("x86_64", "freebsd")))
165166
push!(products, ExecutableProduct("hello_world_ocaml", :hello_world_ocaml))
166167
push!(compilers, :ocaml)
167168
end

0 commit comments

Comments
 (0)