fixing Phi device upload, adding actions for bidirectionnal git mirrors
Build / build (push) Failing after 58s
Test / build_and_test (push) Failing after 1m6s

This commit is contained in:
2026-07-23 22:26:43 +02:00
parent 9b1b223186
commit 9a2cd20019
11 changed files with 1126 additions and 523 deletions
+2
View File
@@ -32,6 +32,7 @@ pub const FlintQueryPool = @import("FlintQueryPool.zig");
pub const FlintRenderPass = @import("FlintRenderPass.zig");
pub const FlintSampler = @import("FlintSampler.zig");
pub const FlintShaderModule = @import("FlintShaderModule.zig");
pub const compiler = @import("compiler/root.zig");
pub const Instance = FlintInstance;
@@ -89,6 +90,7 @@ test {
std.testing.refAllDecls(FlintRenderPass);
std.testing.refAllDecls(FlintSampler);
std.testing.refAllDecls(FlintShaderModule);
std.testing.refAllDecls(compiler);
std.testing.refAllDecls(kmd);
std.testing.refAllDecls(base);
}