diff options
Diffstat (limited to 'third_party/highway/.bcr')
-rw-r--r-- | third_party/highway/.bcr/metadata.template.json | 25 | ||||
-rw-r--r-- | third_party/highway/.bcr/presubmit.yml | 10 | ||||
-rw-r--r-- | third_party/highway/.bcr/source.template.json | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/third_party/highway/.bcr/metadata.template.json b/third_party/highway/.bcr/metadata.template.json new file mode 100644 index 0000000000..1a9a13645a --- /dev/null +++ b/third_party/highway/.bcr/metadata.template.json @@ -0,0 +1,25 @@ +{ + "homepage": "https://github.com/google/highway", + "maintainers": [ + { + "email": "janwas@google.com", + "github": "jan-wassenberg", + "name": "Jan Wassenberg" + }, + { + "email": "eustas@google.com", + "github": "eustas", + "name": "Eugene Kliuchnikov" + }, + { + "email": "rhettstucki@google.com", + "github": "rhettstucki", + "name": "Rhett Stucki" + } + ], + "repository": [ + "github:google/highway" + ], + "versions": [], + "yanked_versions": {} +} diff --git a/third_party/highway/.bcr/presubmit.yml b/third_party/highway/.bcr/presubmit.yml new file mode 100644 index 0000000000..03440834fe --- /dev/null +++ b/third_party/highway/.bcr/presubmit.yml @@ -0,0 +1,10 @@ +bcr_test_module: + module_path: "bzlmod" + matrix: + platform: ["debian10", "macos", "ubuntu2004", "windows"] + tasks: + run_tests: + name: "Run test module" + platform: ${{ platform }} + test_targets: + - ":hwy_ops_tests" diff --git a/third_party/highway/.bcr/source.template.json b/third_party/highway/.bcr/source.template.json new file mode 100644 index 0000000000..4f1481990e --- /dev/null +++ b/third_party/highway/.bcr/source.template.json @@ -0,0 +1,5 @@ +{ + "integrity": "", + "strip_prefix": "{REPO}-{VERSION}", + "url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz" +} |