Skip to content

Commit

Permalink
bump git-crypt to 0.7.0
Browse files Browse the repository at this point in the history
add flag to allow make with newer OpenSSL in ubuntu jammy

Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang committed Nov 17, 2022
1 parent 1df1a65 commit 5f77e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dockerfiles/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN git config --global protocol.file.allow "always"
ADD assets/ /opt/resource/
RUN chmod +x /opt/resource/*

ENV CXXFLAGS -DOPENSSL_API_COMPAT=0x30000000L
ADD scripts/install_git_crypt.sh install_git_crypt.sh
RUN ./install_git_crypt.sh && rm ./install_git_crypt.sh

Expand Down
2 changes: 1 addition & 1 deletion scripts/install_git_crypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _main() {
cd "$tmpdir"
git clone https://github.com/AGWA/git-crypt.git
cd git-crypt
git checkout tags/0.6.0
git checkout tags/0.7.0
make
make install
cd ../..
Expand Down

0 comments on commit 5f77e61

Please sign in to comment.