-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated entire repository to account for creation of
rules_rust_ext
.
- Loading branch information
1 parent
1990e3c
commit f8a6bf3
Showing
361 changed files
with
2,779 additions
and
2,635 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
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
.direnv | ||
bzlmod | ||
crate_universe/private/bootstrap | ||
docs | ||
examples | ||
crate_universe/private/bootstrap | ||
extensions | ||
test/aliased_toolchains | ||
test/bzlmod_repo_mapping | ||
test/cc_common_link | ||
test/no_std | ||
.direnv |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
fixedReleaser: | ||
login: scentini | ||
email: [email protected] | ||
moduleRoots: [".", "extensions"] |
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/bazelbuild/rules_rust/extensions", | ||
"maintainers": [ | ||
{ | ||
"email": "[email protected]", | ||
"github": "UebelAndre", | ||
"name": "UebelAndre" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "illicitonion", | ||
"name": "Daniel Wagner-Hall" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "scentini", | ||
"name": "Rosica Dejanovska" | ||
} | ||
], | ||
"repository": ["github:bazelbuild/rules_rust"], | ||
"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,15 @@ | ||
bcr_test_module: | ||
module_path: "extensions" | ||
matrix: | ||
platform: ["macos_arm64", "ubuntu2004", "windows"] | ||
bazel: ["7.x"] | ||
tasks: | ||
run_tests: | ||
name: "Run test module" | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
# Remove the lockfile because we generate on Bazel 7, but test on Bazel 6 which may not be able to parse a future-generated lockfile. | ||
shell_commands: | ||
- "rm MODULE.bazel.lock" | ||
test_targets: | ||
- "//..." |
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": "", | ||
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}_ext-{VERSION}.tar.gz" | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"integrity": "**leave this alone**", | ||
"strip_prefix": "", | ||
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-v{VERSION}.tar.gz" | ||
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{VERSION}.tar.gz" | ||
} |
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
**/*Cargo.Bazel.lock linguist-generated | ||
**/cargo-bazel-lock.json linguist-generated | ||
bindgen/3rdparty/crates/** linguist-generated | ||
crate_universe/3rdparty/crates/** linguist-generated | ||
crate_universe/test_data/metadata/*/metadata.json linguist-generated | ||
examples/bzlmod/hello_world/third-party/crates/** linguist-generated | ||
examples/crate_universe_unnamed/vendor_remote_manifests/crates/** linguist-generated | ||
examples/crate_universe_unnamed/vendor_remote_pkgs/crates/** linguist-generated | ||
examples/crate_universe/vendor_external/crates/** linguist-generated | ||
examples/crate_universe/vendor_local_manifests/crates/** linguist-generated | ||
examples/crate_universe/vendor_local_pkgs/crates/** linguist-generated | ||
examples/crate_universe/vendor_remote_manifests/crates/** linguist-generated | ||
examples/crate_universe/vendor_remote_pkgs/crates/** linguist-generated | ||
examples/crate_universe_unnamed/vendor_remote_manifests/crates/** linguist-generated | ||
examples/crate_universe_unnamed/vendor_remote_pkgs/crates/** linguist-generated | ||
examples/sys/basic/3rdparty/crates/** linguist-generated | ||
examples/sys/complex/3rdparty/crates/** linguist-generated | ||
proto/prost/private/3rdparty/crates/** linguist-generated | ||
proto/protobuf/3rdparty/crates/** linguist-generated | ||
extensions/bindgen/3rdparty/crates/** linguist-generated | ||
extensions/prost/private/3rdparty/crates/** linguist-generated | ||
extensions/protobuf/3rdparty/crates/** linguist-generated | ||
extensions/wasm_bindgen/3rdparty/crates/** linguist-generated | ||
tools/rust_analyzer/3rdparty/crates/** linguist-generated | ||
util/import/3rdparty/crates/** linguist-generated | ||
wasm_bindgen/3rdparty/crates/** linguist-generated |
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
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
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Just for information | ||
# * @acmcarther @mfarrugi @damienmg @smklein @dfreese | ||
# * @uebelandre @illicitonion @scentini @krasimirgg |
Oops, something went wrong.