mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-10-31 20:41:22 +00:00
8176493bc0
Signed-off-by: Mustafa Gezen <mustafa@ctrliq.com>
16 lines
401 B
Python
16 lines
401 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "xxhash",
|
|
srcs = [
|
|
"xxhash.go",
|
|
"xxhash_amd64.go",
|
|
"xxhash_amd64.s",
|
|
"xxhash_other.go",
|
|
"xxhash_unsafe.go",
|
|
],
|
|
importmap = "peridot.resf.org/vendor/github.com/cespare/xxhash/v2",
|
|
importpath = "github.com/cespare/xxhash/v2",
|
|
visibility = ["//visibility:public"],
|
|
)
|