Skip to content

Commit

Permalink
Prepare release 0.6.2 (bazelbuild#181)
Browse files Browse the repository at this point in the history
... and fix Windows CI failure (see bazelbuild/continuous-integration#1012)
  • Loading branch information
tetromino authored Aug 11, 2023
1 parent a0aa79a commit 99421bb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
16 changes: 4 additions & 12 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ tasks:
build_and_test_windows:
name: Build and test - Windows
platform: windows
environment:
# Workaround for https://github.com/bazelbuild/continuous-integration/issues/1012
# when using --incompatible_disable_starlark_host_transitions on Windows
BAZELISK_SHUTDOWN: "1"
build_flags:
- "--incompatible_disable_starlark_host_transitions"
# Workaround for https://github.com/bazelbuild/continuous-integration/issues/1012
- "--noexperimental_repository_cache_hardlinks"
build_targets:
- "//..."
test_targets:
Expand All @@ -45,12 +43,10 @@ tasks:
name: Build and test - Bazel last green - Windows
platform: windows
bazel: last_green
environment:
# Workaround for https://github.com/bazelbuild/continuous-integration/issues/1012
# when using --incompatible_disable_starlark_host_transitions on Windows
BAZELISK_SHUTDOWN: "1"
build_flags:
- "--incompatible_disable_starlark_host_transitions"
# Workaround for https://github.com/bazelbuild/continuous-integration/issues/1012
- "--noexperimental_repository_cache_hardlinks"
build_targets:
- "//..."
test_targets:
Expand All @@ -72,10 +68,6 @@ tasks:
name: Bzlmod example - Windows
platform: windows
working_directory: test/bzlmod
environment:
# Workaround for https://github.com/bazelbuild/continuous-integration/issues/1012
# when using --incompatible_disable_starlark_host_transitions on Windows
BAZELISK_SHUTDOWN: "1"
build_flags:
- "--incompatible_disable_starlark_host_transitions"
- "--enable_bzlmod"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Release 0.6.2

Bugfix release: bumps `rules_jvm_external` dependency to support building with
`--incompatible_disable_starlark_host_transitions`

**Contributors**

Alexandre Rostovtsev

## Release 0.6.1

Bugfix release: fix `rules_jvm_external` pin warnings.
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "stardoc",
version = "0.6.1",
version = "0.6.2",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""The version of Stardoc."""

version = "0.6.1"
version = "0.6.2"

0 comments on commit 99421bb

Please sign in to comment.