Skip to content

Commit

Permalink
Upgrade protobuf and remove GH Action googletest-installer (apache#773)
Browse files Browse the repository at this point in the history
* update deps to force new protobuf-src

The new version **should** remove the need for the blocked GH action.

Ref: MaterializeInc/rust-protobuf-native#20
Ref: apache#763

* remove googletest-installer github action

Fixes apache#763

* remove needless Clone of TimeUnit type which is Copy
  • Loading branch information
Michael-J-Ward authored Jul 25, 2024
1 parent f00b8ee commit fd6b4df
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 239 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ jobs:
name: python-wheel-license
path: .

# To remove once https://github.com/MaterializeInc/rust-protobuf-native/issues/20 is resolved
- name: Install gtest
uses: MarkusJx/[email protected]

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ jobs:
version: '3.20.2'
repo-token: ${{ secrets.GITHUB_TOKEN }}

# To remove once https://github.com/MaterializeInc/rust-protobuf-native/issues/20 is resolved
- name: Install gtest
uses: MarkusJx/[email protected]

- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down
Loading

0 comments on commit fd6b4df

Please sign in to comment.