Skip to content

Commit 7692569

Browse files
Remove workspace status (#239)
* Remove workspace status This breaks windows builds and we dont need it anymore * bump * update name * update name
1 parent 9fb2988 commit 7692569

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

.bazelrc

-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ run -c opt --show_loading_progress=false --show_progress=false --ui_event_filter
22
run:verbose -c dbg --show_loading_progress=true --show_progress=true --ui_event_filters=info,error,debug
33
# https://github.com/mockito/mockito/issues/1879
44
test --sandbox_tmpfs_path=/tmp
5-
6-
# To allow stamping git tag for version.
7-
build --workspace_status_command=$(pwd)/workspace_status.sh

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ jobs:
9696
run: make release_source_archive
9797
- uses: actions/upload-artifact@v4
9898
with:
99-
name: release_source_archive
100-
path: archives/
99+
name: release.tar.gz
100+
path: archives/release.tar.gz
101101
if-no-files-found: error

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "bazel-diff",
3-
version = "7.2.11",
3+
version = "7.2.12",
44
compatibility_level = 0,
55
)
66

workspace_status.sh

-4
This file was deleted.

0 commit comments

Comments
 (0)