Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix release pipeline #1756

Merged
merged 1 commit into from
Jan 5, 2023
Merged

Fix release pipeline #1756

merged 1 commit into from
Jan 5, 2023

Conversation

UebelAndre
Copy link
Collaborator

The ability to create releases seems to have broken with Bazel 6.0.0
https://github.com/bazelbuild/rules_rust/actions/runs/3847636156/jobs/6554345446#step:6:20

Run # Build binaries
2023/01/05 14:35:23 Downloading https://releases.bazel.build/6.0.0/release/bazel-6.0.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Reading rc options for 'run' from /home/runner/work/rules_rust/rules_rust/.github/github.bazelrc:
  Inherited 'common' options: --announce_rc --color=no --curses=no --show_task_finish --show_timestamps
ERROR: --show_task_finish :: Unrecognized option: --show_task_finish
Error: Process completed with exit code 2.

This should fix the issue as it seems by bazelbuild/bazel#14052 this flag was removed (and did nothing before).

@UebelAndre UebelAndre merged commit 7d03e05 into bazelbuild:main Jan 5, 2023
@UebelAndre UebelAndre deleted the releases branch January 5, 2023 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants