From 18d252b8ca18db57040650f648202d241bafb905 Mon Sep 17 00:00:00 2001 From: Qijia Liu Date: Mon, 30 Dec 2024 22:02:04 -0500 Subject: [PATCH] the patch is for bazel [skip ci] --- .github/workflows/ios.yml | 3 --- .github/workflows/js.yml | 3 --- .github/workflows/macos.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 91c04cd..dd03b4e 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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' diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 391e938..cdf2ea1 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -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' diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index eb09639..cc9f841 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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'