From 72fcfa9cb246c8c707185d9d995fb7dd4a31fc9a Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Fri, 18 Sep 2026 10:35:55 -0300 Subject: [PATCH] Fix --- Project.toml | 8 ++++---- test/quality_assurance.jl | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index b3e783be8..98d30cd1f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "KernelAbstractions" uuid = "63c18a36-062a-441e-b654-da1e3ab1ce7c" -authors = ["Valentin Churavy and contributors"] version = "0.10.0-dev" +authors = ["Valentin Churavy and contributors"] [workspace] projects = ["test", "lib/KernelInterface", "lib/KernelInterface/test"] @@ -23,15 +23,15 @@ SPIRV_LLVM_Backend_jll = "4376b9bf-cff8-51b6-bb48-39421dff0d0c" SPIRV_Tools_jll = "6ac6d60f-d740-5983-97d7-a4482c0689f4" pocl_standalone_jll = "54f56a70-6062-5590-a942-1226658f6c83" -[sources] -KernelInterface = {path = "lib/KernelInterface"} - [weakdeps] EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +[sources] +KernelInterface = {path = "lib/KernelInterface"} + [extensions] LinearAlgebraExt = "LinearAlgebra" SparseArraysExt = "SparseArrays" diff --git a/test/quality_assurance.jl b/test/quality_assurance.jl index e067fffcd..7e0c77602 100644 --- a/test/quality_assurance.jl +++ b/test/quality_assurance.jl @@ -147,6 +147,7 @@ function quality_assurance_testsuite() KernelAbstractions; stale_deps = (; ignore = [:Enzyme, :EnzymeCore]), deps_compat = (; ignore = [:Enzyme, :EnzymeCore]), + persistent_tasks = (; broken = Sys.islinux()), ) end