whoops
Test / build_and_test (push) Successful in 2m36s
Build / build (push) Successful in 4m22s

This commit is contained in:
2026-07-04 22:35:56 +02:00
parent 67014b9c4e
commit b6ef13c198
+1 -3
View File
@@ -2,7 +2,7 @@ const std = @import("std");
const Step = std.Build.Step;
const builtin = @import("builtin");
const driver_version: std.SemanticVersion = .{ .major = 2026, .minor = 0, .patch = 0 };
const driver_version: std.SemanticVersion = .{ .major = 26, .minor = 0, .patch = 0 };
const ImplementationDesc = struct {
name: []const u8,
@@ -265,8 +265,6 @@ fn customSoft(
const spv = b.lazyDependency("SPIRV_Interpreter", .{
.target = target,
.optimize = optimize,
.@"no-example" = true,
.@"no-test" = true,
.@"use-llvm" = use_llvm,
}) orelse return error.UnresolvedDependency;