Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

READMEのビルド方法に git submodule の説明が不足していた問題を修正 #113

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

a1678991
Copy link
Contributor

FROM rust:bookworm
RUN apt-get update && apt-get -y upgrade && apt-get -y install build-essential libclang-dev cmake libpcsclite-dev libudev-dev pkg-config

WORKDIR /build/recisdb-rs

# CMake Error: The source directory "/build/recisdb-rs/b25-sys/externals/libaribb25" does not appear to contain CMakeLists.txt.
# RUN git clone https://github.com/kazuki0824/recisdb-rs .

# ok
RUN git clone --recursive https://github.com/kazuki0824/recisdb-rs .

RUN cargo build --release

@tsukumijima tsukumijima enabled auto-merge August 10, 2024 06:54
@a1678991
Copy link
Contributor Author

差分を確認して問題ないようでしたらworkflowの実行を承認して頂けますか?
このrepoへのcontributeは初めてなので、自動で実行されないようです。

@tsukumijima tsukumijima merged commit 7a9a49d into kazuki0824:master Aug 15, 2024
9 of 11 checks passed
@a1678991 a1678991 deleted the fix/readme-git-submodule branch August 16, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants