-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dependances and dev container
- Loading branch information
Showing
5 changed files
with
159 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
#!/bin/bash | ||
git clone -b 'v3.1.1' --depth 1 https://github.com/guanzhi/GmSSL.git | ||
cd GmSSL && mkdir build && cd build && cmake .. | ||
make && make test && sudo make install | ||
sudo ldconfig | ||
|
||
# check gmssl installed | ||
gmssl version | ||
rm -rf ./.venv | ||
poetry install --sync --with dev,test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/bash | ||
# create virtual environment and install dependencies | ||
rm -rf .venv | ||
poetry install --sync --with dev | ||
#!/bin/bash |
Oops, something went wrong.