Skip to content

Commit 45a3844

Browse files
committed
DROP ME: skip all GPU platforms and debug builds
1 parent de5d174 commit 45a3844

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/Reactant/build_tarballs.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,9 @@ augment_platform_block="""
429429

430430
# for gpu in ("none", "cuda", "rocm"), mode in ("opt", "dbg"), platform in platforms
431431
for gpu in ("none", "cuda"), mode in ("opt", "dbg"), cuda_version in ("none", "12.9", "13.0"), platform in platforms
432+
if !Sys.islinux(platform) || gpu != "none" || mode != "opt"
433+
continue
434+
end
432435

433436
augmented_platform = deepcopy(platform)
434437
augmented_platform["mode"] = mode

0 commit comments

Comments
 (0)