Skip to content

Commit

Permalink
include rime shared-data
Browse files Browse the repository at this point in the history
  • Loading branch information
bczhc committed Apr 26, 2024
1 parent 4e69c5d commit 52bb15c
Show file tree
Hide file tree
Showing 9 changed files with 407,004 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY / /rime-config
WORKDIR /rime-config

RUN apt update && \
apt install -y curl librime-dev librime-data && \
apt install -y curl librime-dev && \
# Rust bindgen requires libclang
apt install -y clang

Expand All @@ -21,4 +21,4 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > install && \
RUN . ~/.cargo/env && \
RIME_LIB_DIR=/usr/lib/x86_64-linux-gnu \
cargo build -r --manifest-path=/rime-config/ci/Cargo.toml && \
ci/target/release/ci . /usr/share/rime-data ci-build
ci/target/release/ci . shared-minimal ci-build
1 change: 1 addition & 0 deletions shared-minimal/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git: rime/librime data/minimal @ 527fbcc750ee18006e9cce8b72ae29294f4d28c4
Loading

0 comments on commit 52bb15c

Please sign in to comment.