Skip to content

Commit

Permalink
Revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Jul 22, 2024
1 parent 4ec2c4a commit 7c905f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/scripts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ using LLVM

# for some reason, the environment shenanigans done by the scripts only work when
# invoked from the Metal.jl CI, and not from GPUArrays.jl' reverse CI
# if get(ENV, "BUILDKITE_PIPELINE_NAME", "") != "Metal.jl"
if get(ENV, "BUILDKITE_PIPELINE_NAME", "") != "Metal.jl"

# @warn "Skipping script tests"
@warn "Skipping script tests"

# else
else

mktempdir() do dir
metallib_as = joinpath(dirname(@__DIR__), "bin", "metallib-as")
Expand Down Expand Up @@ -50,4 +50,4 @@ end

end

# end
end

0 comments on commit 7c905f3

Please sign in to comment.