-
-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"homepage": "https://github.com/bazel-contrib/toolchains_llvm", | ||
"maintainers": [ | ||
{ | ||
"email": "fabian@meumertzhe.im", | ||
"github": "fmeum", | ||
"name": "Fabian Meumertzheim" | ||
}, | ||
{ | ||
"email": "james.sharpe@zenotech.com", | ||
"github": "jsharpe", | ||
"name": "James Sharpe" | ||
}, | ||
{ | ||
"email": "rrbutani@users.noreply.github.com", | ||
"github": "rrbutani", | ||
"name": "Rahul Butani" | ||
} | ||
], | ||
"repository": ["github:bazel-contrib/toolchains_llvm"], | ||
"versions": [], | ||
"yanked_versions": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
matrix: | ||
bazel: [7.x] | ||
platform: [ubuntu2004, macos, macos_arm64] | ||
tasks: | ||
verify_targets: | ||
name: Verify build targets | ||
bazel: ${{ bazel }} | ||
platform: ${{ platform }} | ||
build_targets: | ||
- "@toolchains_llvm//toolchain:all" | ||
- "@toolchains_llvm//platforms:all" | ||
bcr_test_module: | ||
module_path: tests | ||
matrix: | ||
bazel: [7.x] | ||
platform: [ubuntu2004, macos, macos_arm64] | ||
tasks: | ||
run_test_module: | ||
name: Run test module | ||
bazel: ${{ bazel }} | ||
platform: ${{ platform }} | ||
build_targets: | ||
- //:all | ||
test_targets: | ||
- //:all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"integrity": "**leave this alone**", | ||
"strip_prefix": "{REPO}-{VERSION}", | ||
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/toolchains_llvm-{TAG}.tar.gz" | ||
} |