Skip to content

Commit 57d9cee

Browse files
groszewnyatbear
authored andcommitted
Update cargo raze CI version to latest (tensorflow#6093)
Moving to the latest `cargo_raze` crate version, [0.16.1](https://crates.io/crates/cargo_raze/0.16.1) for CI.
1 parent 680684f commit 57d9cee

File tree

186 files changed

+228
-280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+228
-280
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
strategy:
266266
matrix:
267267
rust_version: ['1.65.0']
268-
cargo_raze_version: ['0.13.0']
268+
cargo_raze_version: ['0.16.1']
269269
steps:
270270
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
271271
- name: 'Cache Cargo artifacts'

tensorboard/data/server/cargo/BUILD.bazel

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,18 @@ alias(
266266

267267
# Export file for Stardoc support
268268
exports_files(
269-
[
270-
"crates.bzl",
271-
],
269+
glob([
270+
"**/*.bazel",
271+
"**/*.bzl",
272+
]),
273+
visibility = ["//visibility:public"],
274+
)
275+
276+
filegroup(
277+
name = "srcs",
278+
srcs = glob([
279+
"**/*.bazel",
280+
"**/*.bzl",
281+
]),
272282
visibility = ["//visibility:public"],
273283
)

third_party/rust/BUILD.bazel

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.aho-corasick-0.7.18.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.anyhow-1.0.34.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.async-stream-0.3.0.bazel

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.async-stream-impl-0.3.0.bazel

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.async-trait-0.1.41.bazel

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.atty-0.2.14.bazel

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.autocfg-1.0.1.bazel

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.base64-0.13.0.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.bazel

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.bitflags-1.2.1.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.build_const-0.2.1.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.bumpalo-3.6.0.bazel

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.byteorder-1.3.4.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.bytes-0.5.6.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.bytes-1.0.1.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.cc-1.0.66.bazel

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.cfg-if-0.1.10.bazel

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.cfg-if-1.0.0.bazel

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.clap-3.0.0-beta.2.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.clap_derive-3.0.0-beta.2.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.const_fn-0.4.5.bazel

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.crc-1.8.1.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.crossbeam-0.8.0.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.crossbeam-channel-0.5.0.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.crossbeam-deque-0.8.1.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust/remote/BUILD.crossbeam-epoch-0.9.1.bazel

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)