Lines Matching full:bazel
7 to be moved out of Skylib and and into Bazel's bundled `@bazel_tools` repo
8 (see https://github.com/bazelbuild/bazel-skylib/issues/127).
32 3. Keep Skylib out-of-the-box compatible with the current stable Bazel release
35 `native.foobar()` method which was introduced in the latest Bazel
46 https://github.com/bazelbuild/bazel-skylib/pull/321 for the proposal to automate
76 4. `bazel build //distribution:bazel-skylib-$VERSION.tar.gz`
77 5. Copy the `bazel-skylib-$VERSION.tar.gz` tarball to the mirror (you'll need
78 Bazel developer gcloud credentials; assuming you are a Bazel developer, you
82 gsutil cp bazel-bin/distro/bazel-skylib-$VERSION.tar.gz gs://bazel-mirror/github.com/bazelbuild/baz…
83 …ol: public, max-age=31536000" "gs://bazel-mirror/github.com/bazelbuild/bazel-skylib/releases/downl…
86 6. Run `sha256sum bazel-bin/distro/bazel-skylib-$VERSION.tar.gz`; you'll need
89 `bazel-skylib-$VERSION.tar.gz` to the release. For the release notes, use
101 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-sk…
102 …"https://github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-$VERSION.tar.g…
112 See [the source](https://github.com/bazelbuild/bazel-skylib/tree/$VERSION).