Skip to content

Commit

Permalink
ruy@0.0.0-20200416-9f53ba4 (#1972)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed May 7, 2024
1 parent 9cba214 commit 75a2f21
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/ruy/0.0.0-20200416-9f53ba4/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module(
name = "ruy",
version = "0.0.0-20200416-9f53ba4",
compatibility_level = 1,
repo_name = "com_google_ruy",
)

bazel_dep(
name = "googletest",
version = "1.11.0",
dev_dependency = True,
repo_name = "com_google_googletest",
)
16 changes: 16 additions & 0 deletions modules/ruy/0.0.0-20200416-9f53ba4/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,13 @@
+module(
+ name = "ruy",
+ version = "0.0.0-20200416-9f53ba4",
+ compatibility_level = 1,
+ repo_name = "com_google_ruy",
+)
+
+bazel_dep(
+ name = "googletest",
+ version = "1.11.0",
+ dev_dependency = True,
+ repo_name = "com_google_googletest",
+)
17 changes: 17 additions & 0 deletions modules/ruy/0.0.0-20200416-9f53ba4/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@ruy//ruy'
9 changes: 9 additions & 0 deletions modules/ruy/0.0.0-20200416-9f53ba4/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/google/ruy/archive/9f53ba413e6fc879236dcaa3e008915973d67a4f.tar.gz",
"integrity": "sha256-Op35cGpLqx+4Lyv72XKNhmCwwx7vipOU5EMcroMi6Rg=",
"strip_prefix": "ruy-9f53ba413e6fc879236dcaa3e008915973d67a4f",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-6ZIa05nuCF3uy06pOq3/XyL+AgKPlDGuKfCX8S1SrTM="
}
}
16 changes: 16 additions & 0 deletions modules/ruy/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/google/ruy",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:google/ruy"
],
"versions": [
"0.0.0-20200416-9f53ba4"
],
"yanked_versions": {}
}

0 comments on commit 75a2f21

Please sign in to comment.