Skip to content

Commit

Permalink
the patch is for bazel [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Dec 31, 2024
1 parent 4db97f8 commit 18d252b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
path: libmozc/mozc
ref: ${{ inputs.mozc_sha }}

- name: Patch protobuf to accelerate build
run: git apply --directory=libmozc/mozc/src/third_party/protobuf libmozc/patches/protobuf.patch

- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
path: libmozc/mozc
ref: ${{ inputs.mozc_sha }}

- name: Patch protobuf to accelerate build
run: git apply --directory=libmozc/mozc/src/third_party/protobuf libmozc/patches/protobuf.patch

- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
path: libmozc/mozc
ref: ${{ inputs.mozc_sha }}

- name: Patch protobuf to accelerate build
run: git apply --directory=libmozc/mozc/src/third_party/protobuf libmozc/patches/protobuf.patch

- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit 18d252b

Please sign in to comment.