summaryrefslogtreecommitdiffstats
path: root/third_party/highway/.bcr
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /third_party/highway/.bcr
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/highway/.bcr')
-rw-r--r--third_party/highway/.bcr/metadata.template.json25
-rw-r--r--third_party/highway/.bcr/presubmit.yml10
-rw-r--r--third_party/highway/.bcr/source.template.json5
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"
+}