Fix .bcr config files (#1103)
This commit is contained in:
parent
01cf7897e5
commit
ed89d233c6
|
@ -7,7 +7,7 @@
|
||||||
"name": "James Sharpe"
|
"name": "James Sharpe"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"repository": ["github:bazel-contrib/rules_cuda"],
|
"repository": ["github:bazelbuild/rules_foreign_cc"],
|
||||||
"versions": [],
|
"versions": [],
|
||||||
"yanked_versions": {}
|
"yanked_versions": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
# We recommend included a bcr test workspace that exercises your ruleset with bzlmod.
|
matrix:
|
||||||
# For an example, see https://github.com/aspect-build/bazel-lib/tree/main/e2e/bzlmod.
|
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
|
||||||
#bcr_test_module:
|
|
||||||
# module_path: "examples"
|
tasks:
|
||||||
# matrix:
|
verify_targets:
|
||||||
# platform: ["debian10", "macos", "ubuntu2004", "windows"]
|
name: "Verify build targets"
|
||||||
# tasks:
|
platform: ${{ platform }}
|
||||||
# run_tests:
|
build_targets:
|
||||||
# name: "Run test module"
|
- "@rules_foreign_cc//toolchains:make_tool"
|
||||||
# platform: ${{ platform }}
|
|
||||||
# test_targets:
|
|
||||||
# - "//..."
|
|
||||||
|
|
Loading…
Reference in New Issue