Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ihp-systems committed Sep 11, 2022
1 parent ac94ad7 commit 0b45c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion O/ONNXRuntime/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function platform_exclude_filter(p::Platform)
Sys.isfreebsd(p)
end
platforms = supported_platforms(; exclude=platform_exclude_filter)
platforms = expand_cxxstring_abis(platforms; skip=!Sys.islinux)

cuda_platforms = Platform[]
for cuda_version in cuda_versions
Expand All @@ -105,7 +106,6 @@ end
push!(platforms, Platform("aarch64", "Linux"; cuda = cuda_aarch64_tag))
push!(cuda_platforms, Platform("aarch64", "Linux"; cuda = cuda_aarch64_tag))

platforms = expand_cxxstring_abis(platforms; skip=!Sys.islinux)
# Not expanding cuda_platforms wrt. cxxstring ABIs, since pre-built x86_64 CUDA binaries are built for cxx03 (and the tensorrt provider for both x86_64 and aarch64 is built for cxx11)

# The products that we will ensure are always built
Expand Down

0 comments on commit 0b45c10

Please sign in to comment.