Skip to content

Commit

Permalink
Remove workspace status (#239)
Browse files Browse the repository at this point in the history
* Remove workspace status

This breaks windows builds and we dont need it anymore

* bump

* update name

* update name
  • Loading branch information
tinder-maxwellelliott authored Oct 4, 2024
1 parent 9fb2988 commit 7692569
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ run -c opt --show_loading_progress=false --show_progress=false --ui_event_filter
run:verbose -c dbg --show_loading_progress=true --show_progress=true --ui_event_filters=info,error,debug
# https://github.com/mockito/mockito/issues/1879
test --sandbox_tmpfs_path=/tmp

# To allow stamping git tag for version.
build --workspace_status_command=$(pwd)/workspace_status.sh
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ jobs:
run: make release_source_archive
- uses: actions/upload-artifact@v4
with:
name: release_source_archive
path: archives/
name: release.tar.gz
path: archives/release.tar.gz
if-no-files-found: error
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "bazel-diff",
version = "7.2.11",
version = "7.2.12",
compatibility_level = 0,
)

Expand Down
4 changes: 0 additions & 4 deletions workspace_status.sh

This file was deleted.

0 comments on commit 7692569

Please sign in to comment.