Skip to content

Commit

Permalink
Fix .bcr config files (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe authored Oct 14, 2023
1 parent 01cf789 commit ed89d23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .bcr/metadata.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "James Sharpe"
}
],
"repository": ["github:bazel-contrib/rules_cuda"],
"repository": ["github:bazelbuild/rules_foreign_cc"],
"versions": [],
"yanked_versions": {}
}
21 changes: 9 additions & 12 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# We recommend included a bcr test workspace that exercises your ruleset with bzlmod.
# For an example, see https://github.com/aspect-build/bazel-lib/tree/main/e2e/bzlmod.
#bcr_test_module:
# module_path: "examples"
# matrix:
# platform: ["debian10", "macos", "ubuntu2004", "windows"]
# tasks:
# run_tests:
# name: "Run test module"
# platform: ${{ platform }}
# test_targets:
# - "//..."
matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]

tasks:
verify_targets:
name: "Verify build targets"
platform: ${{ platform }}
build_targets:
- "@rules_foreign_cc//toolchains:make_tool"

0 comments on commit ed89d23

Please sign in to comment.