We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc2520 commit 048ada5Copy full SHA for 048ada5
test/building.jl
@@ -161,7 +161,8 @@ shards_to_test = expand_cxxstring_abis(expand_gfortran_versions(shards_to_test))
161
platforms_match(shard, Platform("i686", "linux")) ||
162
platforms_match(shard, Platform("armv6l", "linux")) ||
163
platforms_match(shard, Platform("armv7l", "linux")) ||
164
- platforms_match(shard, Platform("aarch64", "freebsd")))
+ platforms_match(shard, Platform("aarch64", "freebsd")) ||
165
+ platforms_match(shard, Platform("x86_64", "freebsd")))
166
push!(products, ExecutableProduct("hello_world_ocaml", :hello_world_ocaml))
167
push!(compilers, :ocaml)
168
end
0 commit comments