Restructure tests to all run in bazel
- add rules to run tests for a specific platform - use downloaded buildifier - move lint to a script - rename ci tasks - stop running under qemu-aarch64-static as it doesn't do anything
This commit is contained in:
3
BUILD
3
BUILD
@@ -1,10 +1,7 @@
|
||||
load("@bazel_gazelle//:def.bzl", "gazelle")
|
||||
load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier")
|
||||
|
||||
# gazelle:map_kind go_binary go_binary //rules:rules_go.bzl
|
||||
|
||||
# gazelle:build_file_name BUILD
|
||||
# gazelle:prefix git.sr.ht/~motiejus/bazel-zig-cc
|
||||
gazelle(name = "gazelle")
|
||||
|
||||
buildifier(name = "buildifier")
|
||||
|
||||
Reference in New Issue
Block a user