Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading