diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 46045f1b..4b6ce0c6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -6,6 +6,7 @@ steps: - JuliaCI/julia-coverage#v1: codecov: true command: | + unset LD_LIBRARY_PATH julia -e 'println("--- :julia: Instantiating project") using Pkg Pkg.develop(; path=pwd()) diff --git a/test/runtests.jl b/test/runtests.jl index ed8c38c7..dd6bd521 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -27,7 +27,7 @@ if filter_tests!(testsuite, args) delete!(testsuite, key) end - if LLVM.is_asserts() && test == "gcn" + if LLVM.is_asserts() delete!(testsuite, "gcn") end if VERSION < v"1.11"