Skip to content

Commit

Permalink
ci(Dockerfile): temporarily apply unmerged patch to verify build
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Oct 5, 2023
1 parent 84a4123 commit 1b2a467
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ WORKDIR /librime/plugins
RUN git clone https://github.com/rime/librime-charcode charcode && \
git clone https://github.com/hchunhui/librime-lua lua && \
git clone https://github.com/lotem/librime-octagram octagram

WORKDIR /librime/plugins/lua
RUN apt install -y curl
RUN curl -LO https://github.com/hchunhui/librime-lua/pull/275.patch
RUN git apply 275.patch

WORKDIR /librime
RUN cmake -B build -G Ninja \
Expand Down

0 comments on commit 1b2a467

Please sign in to comment.