Lines Matching +full:bazel +full:- +full:5
5 * `bzl_library.bzl` - used by almost all rule sets, and thus requiring
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).
9 * Test libraries - `rules/analysis_test.bzl`, `rules/build_test.bzl`,
27 backwards-incompatible manner. See the criteria in README.md.
32 3. Keep Skylib out-of-the-box compatible with the current stable Bazel release
33 (ideally - with two most recent stable releases).
35 `native.foobar()` method which was introduced in the latest Bazel
36 pre-release or is gated behind an `--incompatible` flag, use an `if
46 https://github.com/bazelbuild/bazel-skylib/pull/321 for the proposal to automate
53 --------------------------------------------------------------------------------
59 - Feature
60 - Feature
64 - Change
65 - Change
71 --------------------------------------------------------------------------------
75 steps must be performed on a single, known-good git commit.
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 …til cp bazel-bin/distro/bazel-skylib-$VERSION.tar.gz gs://bazel-mirror/github.com/bazelbuild/bazel…
83 …etmeta -h "Cache-Control: public, max-age=31536000" "gs://bazel-mirror/github.com/bazelbuild/bazel…
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
92 --------------------------------------------------------------------------------
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).
114 --------------------------------------------------------------------------------