Skip to content

Commit

Permalink
wrench: update repo awareness
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Oct 4, 2024
1 parent 185ef60 commit 1514cd8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions internal/wrench/scripts/all_repos.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,8 @@ var AllReposByCategory = []RepoCategory{
{Name: "hexops/mach", CI: Zig},
}},
{Name: "Standalone packages", Repos: []Repo{
{Name: "hexops/mach-gpu", CI: Zig},
{Name: "hexops/mach-gpu-dawn", CI: Zig},
{Name: "hexops/mach-dxcompiler", CI: Zig},
{Name: "hexops/mach-freetype", CI: Zig},
{Name: "hexops/mach-glfw", CI: Zig},
{Name: "hexops/mach-objc", CI: Zig},
{Name: "hexops/mach-opus", CI: Zig},
{Name: "hexops/mach-flac", CI: Zig},
Expand All @@ -86,10 +83,8 @@ var AllReposByCategory = []RepoCategory{
{Name: "hexops/opengl-headers", CI: Zig, HasUpdateVerifyScripts: true},
{Name: "hexops/linux-audio-headers", CI: Zig, HasUpdateVerifyScripts: true},
{Name: "hexops/xcode-frameworks", CI: Zig, HasUpdateVerifyScripts: true},
{Name: "hexops/glfw", CI: Zig, Main: "master", HasUpdateVerifyScripts: true},
{Name: "hexops/spirv-tools", CI: Zig, Main: "main", HasUpdateVerifyScripts: true},
{Name: "hexops/spirv-cross", CI: Zig, Main: "main", HasUpdateVerifyScripts: true},
{Name: "hexops/dawn", CI: None},
{Name: "hexops/DirectXShaderCompiler", CI: None, Main: "master"},
{Name: "hexops/vulkan-zig-generated", CI: Zig, HasUpdateVerifyScripts: true},
{Name: "hexops/direct3d-headers", CI: Zig},
Expand All @@ -103,10 +98,6 @@ var AllReposByCategory = []RepoCategory{
{Name: "Mach language bindings", Repos: []Repo{
{Name: "hexops/mach-rs", CI: Todo},
}},
{Name: "Other examples", Repos: []Repo{
{Name: "hexops/mach-glfw-vulkan-example", CI: Zig},
{Name: "hexops/mach-glfw-opengl-example", CI: Zig},
}},
{Name: "Go projects", Repos: []Repo{
{Name: "hexops/zgo", CI: Todo},
{Name: "hexops/wrench", CI: Go},
Expand Down

0 comments on commit 1514cd8

Please sign in to comment.