From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- third_party/highway/.bcr/metadata.template.json | 25 +++++++++++++++++++++++++ third_party/highway/.bcr/presubmit.yml | 10 ++++++++++ third_party/highway/.bcr/source.template.json | 5 +++++ 3 files changed, 40 insertions(+) create mode 100644 third_party/highway/.bcr/metadata.template.json create mode 100644 third_party/highway/.bcr/presubmit.yml create mode 100644 third_party/highway/.bcr/source.template.json (limited to 'third_party/highway/.bcr') 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" +} -- cgit v1.2.3