Skip to content

Commit

Permalink
Swap back to upstream Kiri
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Jun 4, 2023
1 parent f12c687 commit 793d4a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ RUN yes | opam init --disable-sandboxing && \
rm -rf ~/.opam/repo/*

# Install kiri, kidiff and plotgitsch
ADD https://api.github.com/repos/USA-RedDragon/kiri/git/refs/heads/main kiri_version.json
ADD https://api.github.com/repos/leoheck/kiri/git/refs/heads/main kiri_version.json
ENV KIRI_HOME "/home/github/.local/share/kiri"
RUN git clone --recurse-submodules -j8 https://github.com/USA-RedDragon/kiri.git "${KIRI_HOME}"
RUN git clone --recurse-submodules -j8 https://github.com/leoheck/kiri.git "${KIRI_HOME}"
RUN cd "${KIRI_HOME}/submodules/plotkicadsch" && \
opam pin add -y kicadsch . && \
opam pin add -y plotkicadsch . && \
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi

. /home/github/.profile

KIRI_ARGS="--no-server --no-error-on-commit-count"
KIRI_ARGS="--no-server"

# KIRI_OUTPUT_DIR -> --output-dir
if [ -n "${KIRI_OUTPUT_DIR}" ]; then
Expand Down

0 comments on commit 793d4a8

Please sign in to comment.