7a81e2a129
- 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
8 lines
214 B
Python
8 lines
214 B
Python
load("@bazel_gazelle//:def.bzl", "gazelle")
|
|
|
|
# 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")
|